Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 511 Bytes

File metadata and controls

14 lines (8 loc) · 511 Bytes

Encode and stream a video with Play2 & playCLI

Usage

  • create a folder called videos at the root of the application
  • drop videos files in it
  • go to localhost:9000/

Notes

If you want to stream videos in OGG vorbis/theora you will have to get a ffmpeg version compiled with '--enable-libtheora' and '--enable-libvorbis'.

To check if your version is ok do : ffmpeg -version and look at the configuration line.