Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC: Peer-to-peer communication via SFU (SRS) - The other party's video is continuously loading. #4105

Open
duoduo888999 opened this issue Jul 4, 2024 · 0 comments
Labels
TransByAI Translated by AI/GPT.

Comments

@duoduo888999
Copy link

duoduo888999 commented Jul 4, 2024

My video is working fine, but the video from the other party on my page keeps buffering, as shown in the image below:
1

  1. During a one-on-one call, clicking "Alert" allows both parties to send messages to each other.
  2. Try the method mentioned in WebRTC: The interface can be requested and returns normally, but it cannot be played using Google Chrome browser and SRS live streaming app. It keeps spinning in circles. #2148, which involves configuring the 'candidate' in srs.conf and https.rtc.conf.
    rtc_server {
    enabled on;
    listen 8000;
    candidate $CANDIDATE; # Under NAT network, replace this $CANDIDATE with your external IP
    }
    The issue remains unresolved; the other party's video is still buffering. Does anyone have a good solution?

TRANS_BY_GPT4

@winlinvip winlinvip changed the title WebRTC: One to One over SFU(SRS) 对方视频一直转圈圈 WebRTC: Peer-to-peer communication via SFU (SRS) - The other party's video is continuously loading. Jul 4, 2024
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TransByAI Translated by AI/GPT.
Projects
None yet
Development

No branches or pull requests

2 participants