Skip to content

marvelm/ObeseRabbit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
sbt
 
 
 
 

ObeseRabbit

ObeseRabbit is an example of Lift'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

Requirements

  • FFmpeg for converting videos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published