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
I found a problem. If my html file opens the video stream directly inside the folder, the response is very fast. If it is based on a server request, it returns slowly.
such as:
file:///D:/work/test/example-webrtc-applications/sfu-ws/sfu.html Open the video stream very quickly
I just learned webrtc, I don’t know how the rtc request connection is implemented, so I don’t know if this phenomenon is normal, or how to improve the speed of establishing a video streaming connection from http request。
Thank you very much for your help. I learned a lot from this project。
The text was updated successfully, but these errors were encountered:
Your environment.
What did you do?
I found a problem. If my html file opens the video stream directly inside the folder, the response is very fast. If it is based on a server request, it returns slowly.
such as:
file:///D:/work/test/example-webrtc-applications/sfu-ws/sfu.html Open the video stream very quickly
https://127.0.0.1:8443/ Wait for more than 10S to open the video stream
I just learned webrtc, I don’t know how the rtc request connection is implemented, so I don’t know if this phenomenon is normal, or how to improve the speed of establishing a video streaming connection from http request。
Thank you very much for your help. I learned a lot from this project。
The text was updated successfully, but these errors were encountered: