Harlan Iverson пре 7 година
родитељ
комит
a934c51546
3 измењених фајлова са 25 додато и 1 уклоњено
  1. 10 0
      doc/features.md
  2. 4 0
      doc/glossary.md
  3. 11 1
      doc/operations.md

+ 10 - 0
doc/features.md

@@ -0,0 +1,10 @@
+# Features
+
+* Fully offline boilerplate
+* Source of multimedia enriched RSS feeds 
+* RSS aggregator for multiple multimedia enriched feeds
+* Scripts to import existing YouTube videos and playlists
+* Integrates with CDN for unlimited read scalability
+* Video guides help newbies become experts
+* One script to get started from a new RasPi... Go.sh
+

+ 4 - 0
doc/glossary.md

@@ -0,0 +1,4 @@
+# Glossary
+
+* boilerplate -
+* 

+ 11 - 1
doc/operations.md

@@ -13,6 +13,7 @@ Assume you want to create a page A from the `ispooge.com-v2` directory.
 * `touch md-pages/A.md`
 * Edit the page with your editor... `nano` in CLI, `Bluefish` in X.
 
+From here we can fall back to Cryogen documentation.
 
 
 ## Create a new playlist
@@ -33,6 +34,8 @@ the playlist-Random tag combined with a filter of same name in config.edn--creat
 
 ```
 
+From here, these are just pages.
+
 
 ## Create a new video
 
@@ -92,4 +95,11 @@ From the `ispooge.com-v2` directory:
 * Edit `nginx.conf` to include your credentials in the `ispoogedaily_live` section, configuring desired upstream providers.
 * `./build.sh`
 * `./stop-proxy.sh ; ./start-proxy.sh` to restart the proxy with new config
-* Ensure that OBS is pushing to `ispoogedaily_live`.
+* Ensure that OBS is pushing to `ispoogedaily_live`.
+
+## Use RasPi OMX Hardware Transcoding
+
+You can safely run multiple transcoding streams via the OMX hardware. I use three
+and am experimenting with the best settings. Using a custom compiled ffmpeg
+you can get substantial speedups in video processing.
+