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
reference below video,left windows is video capture game windows, right is the user side window, and test in a same machine,use 127.0.0.1, the latency is very obvious,it seems that push frequency is too low, is there anywhere to config push rate or frequency
stream-play-server.mp4
The text was updated successfully, but these errors were encountered:
Is the Audio disabled in your test ? If not, disabling it might help reduce the latency (it's a known issue that I haven't been able to fix in the past).
If the stream is Video-only, the issue could come from the WebRTC browser/server configuration, which needs some parameter adjustements (and could cause buffering) :
stream-play-server/webserver/client/connect.js
if(testVideoButton){peerConnection.addTransceiver('video',{'direction': 'recvonly'})// Additional parameters can be added to the transceiver (bitrate, framerate, constraints...)}
Alternatively, it might be caused by the FFMPEG configuration :
reference below video,left windows is video capture game windows, right is the user side window, and test in a same machine,use 127.0.0.1, the latency is very obvious,it seems that push frequency is too low, is there anywhere to config push rate or frequency
stream-play-server.mp4
The text was updated successfully, but these errors were encountered: