-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add support for go2rtc #304
Comments
Hey, |
Your URL to view a stream should look something like this: http://local.ip:port/stream.html?src=configured_name So for mine it's http://192.168.68.101:1984/stream.html?src=build_plate And then (at least in Mainsail) you would select WebRTC(go2rtc) I'm using go2rtc to use an RTSP security camera (eufy) as the WebRTC source, if that helps at all? And it's running through home assistant locally, so home assistant receives the RTSP stream and handles the conversion to WebRTC. Hopefully that helps? Or is there an aspect of go2rtc that is tripping you up maybe? |
Thanks, |
My dude you are the best, thank you :) |
Feature Request
Problem Description
I'm unable to view my camera feeds in Mobileraker that use WebRTC streams provided via go2rtc
Proposed Solution
Add support for the go2rtc WebRTC camera feeds
Additional Context
Mainsail commits that enabled this functionality:
mainsail-crew/mainsail#1651
go2rtc documentation:
https://github.com/AlexxIT/go2rtc
The text was updated successfully, but these errors were encountered: