You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @1910054472
You can add timeout=60 in the webrtc url.
Maybe you should increase the log level to understand why the connection is closed (server side, no data received, missing rtcp, ....)
Best Regards,
Michel.
Hi @mpromonet
This rtsp url can be played normally using VLC, but the buffer time is 15 seconds when it is opened, and the connection will be reconnected after 10 seconds when WebrTC-Streameris used.
add timeout=60 in the webrtc url,I haven't found where I can set it. Could you give me a hint
Best Regards,
fans
The timeout could be passed as argument options in /api/call api. It depends how you open the connection...using whep...
An educated guess may be your rtsp server does not implement rtcp, and vlc implement a kind of keepalive, calling periodically rtsp getparameter... Hypothesis to verify ?
RTSP streams that are connected for more than 10 seconds cannot be played and will continue to be retried. How do I set the 10-second timeout period
The text was updated successfully, but these errors were encountered: