Closed JavckyGuo closed 3 years ago
To be reproduced.
TRANS_BY_GPT3
It may be caused by NAT network. I also encountered the same issue here. tcpdump captured packets and found that the WebRTC player was trying to connect to the server's internal IP.
TRANS_BY_GPT3
rtc_server { enabled on; listen 8000; candidate $CANDIDATE; # Under NAT network, replace this $CANDIDATE with your external IP }
TRANS_BY_GPT3
@x-batman 👍
@JavckyGuo Has the problem been resolved? I am also facing the same issue. I downloaded version 4 today, and the rtmp in nat works fine, but rtc doesn't work. I also configured the candidate, but it didn't work. @winlinvip
TRANS_BY_GPT3
Description Using OBS for streaming, playing with SRS WebRTC fails, but playing with RTMP is normal.
1. SRS Version:
4.0.62
1. SRS Configuration: Using the default rtc_live.conf configuration.
Replay
How to replay bug?
xxxxxx
xxxxxx
xxxxxx
Expect
TRANS_BY_GPT3