We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After update go2rtc from 1.8.5 to 1.9.0 stop workink RTC-stream in frigate liveview (WebRTC) and in WebRTC card.
After some inspections: If source streams RTSP -> OK If source streams FFMPEG -> Only show MSE in frigate and WebRTC cards
Back to 1.8.5 all streams in RTC
My config: Proxmox -> LXC -> Docker -> Frigate
go2rtc: log: level: debug # default level rtsp: listen: :8554 username: admin password: GKV streams: #*********************************************** MAIN FLOW livingroom_camera_main: ffmpeg:rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=0#video=copy#audio=copy#audio=opus #*********************************************** SUB FLOW livingroom_camera_sub: rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=1 webrtc: listen: :8555 candidates: - 192.168.1.130:8555 - 192.168.1.44:8555 - 127.0.0.1:8555 - 192.168.1.1:8555 - 192.168.1.50:8555 - stun:8555
i tried this one but no sound in Chrome
rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=0 ffmpeg:livingroom_camera_main#video=copy#audio=copy#audio=opus
updated: If add webrtc/tcp to WebRTC card. All streams again in RTC but a lot of streams In go2rtc log:
The text was updated successfully, but these errors were encountered:
I can't reproduce or confirm issue. Needs more specific info
Sorry, something went wrong.
go2rtc is used as binary. go2rty binary forwarded from host to frigate via docker-compose
I can share any log, if needed
Frigate also uses built-in go2rtc. Are you sure they don't interfere with each other?
Update dependencies #1072 #1073 #1075
b9f984d
Fixed #1072 (comment)
Successfully merging a pull request may close this issue.
After update go2rtc from 1.8.5 to 1.9.0 stop workink RTC-stream in frigate liveview (WebRTC) and in WebRTC card.
After some inspections:
If source streams RTSP -> OK
If source streams FFMPEG -> Only show MSE in frigate and WebRTC cards
Back to 1.8.5 all streams in RTC
My config:
Proxmox -> LXC -> Docker -> Frigate
i tried this one but no sound in Chrome
updated:
If add webrtc/tcp to WebRTC card. All streams again in RTC
but a lot of streams
In go2rtc log:
The text was updated successfully, but these errors were encountered: