Skip to content

rparjun/video-tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.