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

ffmpeg source stop working RTC after update 1.9.0 #1073

Closed
DieMetRik opened this issue May 1, 2024 · 5 comments
Closed

ffmpeg source stop working RTC after update 1.9.0 #1073

DieMetRik opened this issue May 1, 2024 · 5 comments
Labels
question Further information is requested
Milestone

Comments

@DieMetRik
Copy link

DieMetRik commented May 1, 2024

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
image
but a lot of streams
In go2rtc log:
image

@AlexxIT AlexxIT added the question Further information is requested label May 1, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented May 1, 2024

I can't reproduce or confirm issue. Needs more specific info

@DieMetRik
Copy link
Author

go2rtc is used as binary.
go2rty binary forwarded from host to frigate via docker-compose

I can share any log, if needed

@AlexxIT
Copy link
Owner

AlexxIT commented May 1, 2024

Frigate also uses built-in go2rtc. Are you sure they don't interfere with each other?

@DieMetRik
Copy link
Author

image
image

AlexxIT added a commit that referenced this issue May 6, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented May 6, 2024

Fixed #1072 (comment)

@AlexxIT AlexxIT closed this as completed May 6, 2024
@AlexxIT AlexxIT added this to the v1.9.1 milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants