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
In the process of using webrtc over tcp. we found that the tcp connection was frequently disconnected during an irregular periods of time. The server seems to destroy the rtc session without giving the client a chance to reconnect.
Additional error log, It may not be the core error log, it may be just a normal prompt.
[2023-08-17 12:34:27.173][ERROR][1][q8b9918f][11] serve error code=5035(RtcUnique)(RTC only support one UDP or TCP network) : process rtc tcp pkt : only support one network
thread [1][q8b9918f]: do_cycle() [./src/app/srs_app_rtc_network.cpp:805][errno=11]
thread [1][q8b9918f]: handshake() [./src/app/srs_app_rtc_network.cpp:867][errno=11](Resource temporarily unavailable)
[31m[2023-08-17 13:19:33.442][ERROR][1][23gh7t50][11] serve error code=5034(RtcTcpSession)(RTC TCP packet is invalid for session not found) : process rtc tcp pkt : no session, stun username=nr555r47:A+It
thread [1][23gh7t50]: do_cycle() [./src/app/srs_app_rtc_network.cpp:805][errno=11]
thread [1][23gh7t50]: handshake() [./src/app/srs_app_rtc_network.cpp:853][errno=11](Resource temporarily unavailable)
Description
In the process of using webrtc over tcp. we found that the tcp connection was frequently disconnected during an irregular periods of time. The server seems to destroy the rtc session without giving the client a chance to reconnect.
SRS Version: SRS/5.0.170(Bee)
SRS Log:
Additional error log, It may not be the core error log, it may be just a normal prompt.
Replay
Step 1: webrtc over tcp streaming normally
Step 2: switch the network
Step 3: the connnection is disconnected and the stream needs to be republish.
Expect
Hope to be able to use webrtc over tcp for stable communication.
The text was updated successfully, but these errors were encountered: