|
@@ -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.
|