WebRTC
WebRTC copied to clipboard
Intermittent: fails to play
First, I have been highly impressed and satisfied with this plugin. Before this, all options were totally inadequate. Thank you for this!
I have, however, encountered an intermittent failure where the video fails to play (says: no video). In trying to troubleshoot this I encountered the following:
Running netstat -l displayed over 900 of the following lines:
udp 0 0 0.0.0.0:5353 0.0.0.0:*
Running lsof -p
I don't have any additional data at present, but I can run any additional diagnostics you would like, when it re-occurs.
Please advise...
P.S. I am running HA 2021.12.8 I couldn't find how to display the rtps2webrtv version, but a ps shows rtsp2webrtc_v5_amd64
UPDATE: Feb 09 2022: It has happened again... Almost 500 repeating lines of:
rtsp2webr 22578 root 410u IPv4 142154278 0t0 UDP *:mdns rtsp2webr 22578 root 411u IPv4 142158064 0t0 UDP *:mdns rtsp2webr 22578 root 412u IPv4 142156263 0t0 UDP *:mdns rtsp2webr 22578 root 413u IPv4 142158911 0t0 UDP *:mdns rtsp2webr 22578 root 414u IPv4 142159415 0t0 UDP *:mdns rtsp2webr 22578 root 415u IPv4 142158525 0t0 UDP *:mdns rtsp2webr 22578 root 416u IPv4 142160927 0t0 UDP *:mdns ...
When it is working, I see one of the above lines for each video I have open and streaming. So perhaps, when it fails, it is not closing down an open FD or something. But of course, you will know better than I...
Please advise...
no video means your camera don't send keyframe during 10 seconds.
The issue I was reporting was the over 500 instances... Not the "no video", which may or may not be the cause of the issue.
On Sun, Apr 10, 2022, 7:41 AM Alex X @.***> wrote:
no video means your camera don't send keyframe during 10 seconds.
— Reply to this email directly, view it on GitHub https://github.com/AlexxIT/WebRTC/issues/257#issuecomment-1094277410, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFMVIUV4PTP4PLMNKOTN7DVELK63ANCNFSM5OC4OG2A . You are receiving this because you authored the thread.Message ID: @.***>
Check my new project. Maybe it handle this situation https://github.com/AlexxIT/go2rtc
Closed because no response