You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 callingraspivid
more than once, avoiding theFailure 70
error. I tried implementingpkill raspivid
to no avail.The text was updated successfully, but these errors were encountered: