Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 425 Bytes

Play multiple videos in an HTML page using Video JS.

Supported formats

  • m3u8
  • RTMP (with flash)
  • MP4

Setting up

  1. Download the repo or clone it: git clone git@github.com:rparjun/video-tiles.git

  2. cd video-tiles

  3. Specify the streams, see stream-url.json

  4. Run a http server: python -m SimpleHTTPServer 8000

  5. Navigate to localhost:8000 in browser.