Closed ly616187030 closed 3 years ago
The DTLS request did not come up. Port 8000 is a UDP port. Confirm the protocol, is it misconfigured?
TRANS_BY_GPT3
DTLS request did not come up, port 8000 is a UDP port, confirm the protocol, did I open it incorrectly?
Thank you, it's resolved now. It turned out to be the security rules of the security group. After opening the port, I set it to TCP:8000, but changing it to UDP:8000 allowed normal playback. Thank you very much for your help!
TRANS_BY_GPT3
When deployed locally, RTC playback can function normally. When deployed on Tencent Cloud or Alibaba Cloud ECS, RTMP playback can function normally, but RTC playback cannot.
When deployed locally, RTC playback can function normally. When deployed on Tencent Cloud or Alibaba Cloud ECS, RTMP playback can function normally, but RTC playback cannot. I have opened ports 8000, 1935, 1985, and 8080 on my cloud host.
**1. SRS version:
4.0.123
1. The configuration for SRS is as follows:
listen 1935; max_connections 1000; daemon off; srs_log_tank console;
http_server { enabled on; listen 8080; dir ./objs/nginx/html; }
http_api { enabled on; listen 1985; } stats { network 0; } rtc_server { enabled on;
Listen at udp://8000
}
vhost defaultVhost { rtc { enabled on; } http_remux { enabled on; mount [vhost]/[app]/[stream].flv; } }