We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Well, it's as the title says. It appears gstreamer-send pipe is much slower than rtp-to-webrtc in regards to latency.
rtp-to-webrtc does its best to play video stream as fast as possible, whereas gstreamer-send stutters, buffers and has much higher latency.
Example rtc-to-webrtc command used; "gst-launch-1.0 d3d11screencapturesrc ! videoconvert ! queue max-size-bytes=0 max-size-time=0 ! x264enc speed-preset=ultrafast tune=zerolatency bitrate=5000 ! video/x-h264, framerate=(fraction)60/1, stream-format=byte-stream ! rtph264pay mtu=1200 ! udpsink host=127.0.0.1 port=5004"
Example command for gstreamer-send; "d3d11screencapturesrc ! videoconvert ! queue max-size-bytes=0 max-size-time=0 ! x264enc speed-preset=ultrafast tune=zerolatency bitrate=5000 ! video/x-h264,framerate=(fraction)60/1,stream-format=byte-stream ! appsink name=appsink"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Well, it's as the title says. It appears gstreamer-send pipe is much slower than rtp-to-webrtc in regards to latency.
rtp-to-webrtc does its best to play video stream as fast as possible, whereas gstreamer-send stutters, buffers and has much higher latency.
Example rtc-to-webrtc command used;
"gst-launch-1.0 d3d11screencapturesrc ! videoconvert ! queue max-size-bytes=0 max-size-time=0 ! x264enc speed-preset=ultrafast tune=zerolatency bitrate=5000 ! video/x-h264, framerate=(fraction)60/1, stream-format=byte-stream ! rtph264pay mtu=1200 ! udpsink host=127.0.0.1 port=5004"
Example command for gstreamer-send;
"d3d11screencapturesrc ! videoconvert ! queue max-size-bytes=0 max-size-time=0 ! x264enc speed-preset=ultrafast tune=zerolatency bitrate=5000 ! video/x-h264,framerate=(fraction)60/1,stream-format=byte-stream ! appsink name=appsink"
The text was updated successfully, but these errors were encountered: