131 / h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )
MIT License
1.08k stars 251 forks source link

Refreshing page returns Failure 70 #92

Open avidsapp opened 3 years ago

avidsapp commented 3 years ago

Refreshing the page returns Failure 70 out-of-the-box. The same is true for a new tab or a different device = concurrent viewing of the same stream doesn't work. After some tweaking, I was able to avoid calling raspivid more than once, avoiding the Failure 70 error. I tried implementing pkill raspivid to no avail.

avidsapp commented 3 years ago

Was able to implement pkill node and relaunch node server-rpi.js via script, however it requires a double refresh of the page to reload the video stream.