Forráskód Böngészése

added freshspooge product page

Harlan Iverson 7 éve
szülő
commit
9f459cc8c5

+ 58 - 0
ispooge.com-v2/app/resources/templates/md/pages/fresh.md

@@ -0,0 +1,58 @@
+{:title "FreshSpooge"
+ :layout :page
+ :navbar? false
+ :toc? true
+ :description "FreshSpooge 3.0"
+ }
+
+FreshSpooge is a solution for video websites and apps.
+
+## For live streamers
+
+FreshSpooge allows you to stream low latency to your viewers without commercial or other inturruption. Video chunks 
+are written to the file system and served directly to your audience, via CDN if one is configured, using the industry-accepted 
+HLS technique.
+
+## For YouTube channels
+
+Using our scripts to import videos and playlists, you can quickly create a backup of your channel that's under your control. You 
+can use it to demo videos offline and as a safe store for the master copies of your video. SD cards make for easy IT operations 
+like backup.
+
+## For software engineers
+
+If you've ever wanted to create a livecoding environment but haven't wanted to stream your video through external 
+networks, now is your chance. Using as little as a RasPi you can create a streaming video solution for your organization,
+and make it public if you like. Third party login integration is simple to add to our boilerplate system.
+
+## For families
+
+IT operations are cumbersome and sometimes we store sensitive information. Worse, sometimes our computer 
+illiterate family mambers store valuable information and it is lost during a confusing click through process.
+
+
+
+# Features
+
+* Free and Libre interactive video solution
+* Works offline and forever
+* Engage audiences through syndicate networks such as YouTube, Twitch, Facebook, Periscope, and more.
+* Industry-accepted video delivery technology (HLS from Apple)
+* Industry-accepted video player technology (VideoJS + HTML5)
+* Adaptive rate video playback works works for mobile
+* Low-latency live streaming
+* Hardware accelerated video processing
+* iOS and Android system media player integration.
+
+
+# System Requirements
+
+* RaspberryPi
+* For unlimited scalability: static web host or CDN
+* For live streaming: CDN, RTMP source such as OBS or a webcam.
+
+
+# Design
+
+* Lectures are available on our YouTube channel, mostly in the [Tiny Datacenter](https://www.youtube.com/watch?v=7rcR3zLaGxw&list=PLD5lYPY-uZpoEVzJkgE2ejlSk9uG2TRlP) playlist
+* Please ask for specific details if desired.

+ 5 - 1
ispooge.com-v2/app/resources/templates/themes/ispooge/html/base.html

@@ -31,7 +31,11 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="navbar-brand" href="{{index-uri}}">{{title}}</a>
+            <a class="navbar-brand" href="{{index-uri}}">{{title}}</a><br/>
+            <small>
+            Powered by <a href="/fresh.html">FreshSpooge</a>
+            </small>
+                        
         </div>
         <div id="navbar" class="navbar-collapse collapse">
             <ul class="nav navbar-nav navbar-right">