jhiesey / videostream

Play html5 video when from a file-like object
MIT License
247 stars 73 forks source link

"GET /built.js" Error (404): "Not found" #36

Closed jamiejackherer closed 6 years ago

jamiejackherer commented 7 years ago

where is built.js?

jamiejackherer commented 7 years ago

ok so i figured its supposed to be index.js, But im trying to play a video file of my own and it still does nothing.. is there any thing we should know in order to get this working?

jamiejackherer commented 7 years ago

it simply does not work... after realising its index.js not built.js, it still does not stream a .mp4 file..

jhiesey commented 7 years ago

You need to run npm run build-example in the top level videostream directory to generate built.js. You'll have to rerun this after any changes to the example code as well.

Then npm start should work.

jhiesey commented 6 years ago

Please reopen if this is still an issue