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
WebRTC: Streaming playback failed on the Push Edge node within the OriginCluster. Describe the bug
In k8s, source site cluster deployment is used, where the edge node WebRTC whip pushes the stream, and then the edge node WebRTC whop pulls the stream for playback. If the stream is pushed or pulled on the same edge node, it can be played normally. If it is not on the same edge node, it cannot be played and the stream cannot be returned to the source
WebRTC: Streaming playback failed on the Push Edge node within the OriginCluster.
Describe the bug
In k8s, source site cluster deployment is used, where the edge node WebRTC whip pushes the stream, and then the edge node WebRTC whop pulls the stream for playback. If the stream is pushed or pulled on the same edge node, it can be played normally. If it is not on the same edge node, it cannot be played and the stream cannot be returned to the source
Version
SRS v6.0.155
To Reproduce
origin document
vhost defaultVhost {
tcp_nodelay on;
min_latency on;
rtmp_to_rtc off; # Enable on demand
}
Edge document
rtc_server {
enabled on;
listen 8000; # UDP port for WebRTC media
=== Keep TCP enabled to support fallback, or disable as needed ===
protocol udp; # Maintain default, allowing both UDP and TCP.
cluster {
# Generated Origins: 172.23.187.209:1935 172.23.187.212:1935 172.23.187.227:1935
mode remote;
origin 172.23.187.209:1935 172.23.187.212:1935 172.23.187.227:1935; # Populated by the script below
# vhost defaultVhost;
--- End of Final srs.conf ---
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: