Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with webrtc/mp4 streams generated by go2rtc #72

Open
puterboy opened this issue Jun 10, 2024 · 0 comments
Open

Not working with webrtc/mp4 streams generated by go2rtc #72

puterboy opened this issue Jun 10, 2024 · 0 comments

Comments

@puterboy
Copy link

I am using go2rtc to generate streams for both a PiCamera v3 and a USB cam running on my RPi5.
Go2rtc seems to be a very powerful yet simple to implement streamer.

I can get it to work with Octoprint/MultiCam for mjpeg streams and legacy HLS streams.
But I can't get it to work for webrtc mp4 streams.

The webrtc url I have is of form:

http://mypi/api/stream.mp4?src=picam_h264

The stream plays just fine in my browser or in apps like mplayer and vlc.
But it fails to display in Octoprint.

(I would prefer not to use mjpeg since it's inefficient and and not HLS since it seems flakey)

So is there anything I need to do to get a seemingly generic webrtc stream like the above to work with MultiCam?
What more generally is the status and limitations of webrtc for Octoprint?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant