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
Of course, until ffmpeg or Obico code is adjusted, users can avoid the problem by making sure there is a "/" before the '?'.
i.e., change http://myrpi:8080?action=stream to http://myrpi:8080/?action=stream
In Octoprint settings, under "Webcam & Timelapse", I set stream url to:
http ://myrpi:8080?action=stream
which is a valid RFC2396 URL.However, ffmpeg fails to recognize the URL and returns:
http://myrpi:8080?action=stream: Server returned 400 Bad Request
See the bug report: https://trac.ffmpeg.org/ticket/8466
Obico doesn't detect this bug and merrily launches ffmpeg with the faulty URL.
ffmpeg fails (silently) and then Obico defaults to 0.1fps snapshots.
Suggested fix is either:
The text was updated successfully, but these errors were encountered: