Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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