kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

README.md (538B)



      1 A simple HTML5 video streaming service using Kore.
      2 
      3 Building:
      4 ```
      5 	You must first place a test video inside the videos/ folder. I tested
      6 	this using Big Buck Bunny (ogg version) on Chrome. But any video that
      7 	can be played with HTML5 works.
      8 
      9 	If you did not save your video as videos/video.ogg make sure you
     10 	update the assets/video.html file to point to the right video.
     11 
     12 	When done, run a kodev build.
     13 ```
     14 
     15 Run:
     16 ```
     17 	kodev run
     18 ```
     19 
     20 Visit the URI and you should see a video stream.
     21 
     22 Frontend parts from video.js: http://www.videojs.com/