Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d6y/obeserabbit
ObeseRabbit is a video streaming application
https://github.com/d6y/obeserabbit
Last synced: about 1 month ago
JSON representation
ObeseRabbit is a video streaming application
- Host: GitHub
- URL: https://github.com/d6y/obeserabbit
- Owner: d6y
- Created: 2014-09-06T16:19:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T23:23:59.000Z (over 10 years ago)
- Last Synced: 2023-03-10T19:08:48.494Z (almost 2 years ago)
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ObeseRabbit
ObeseRabbit is an example of [Lift](http://liftweb.net)'s HTTP streaming capabilities.
I am currently just playing with the **`StreamingResponse`** class to return a chunked response of a video.
Chrome and IOS have been tested. The only difference on the server side is the video container being served.
* Chrome - MKV with a `video/webm` type attribute in the source tag.
* IOS - MP4 with `video/mp4`
* The video codec in both cases is h.264 and the audio codec is mp3.# How to use
./init.sh
./sbt
container:start