-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Update to GStreamer v1.20 #31
Conversation
perhaps set these two as well |
3e18703
to
2880a73
Compare
…ersal of networks that block UDP
fa9c1ad
to
06f0660
Compare
are you seeing significant number of packet loss? my observation is that 10% of packet loss is way too much for smooth experience. does it change with bitrate? and are you seeing that nacks/pli is actually sent? this is available in chrome://webrtc-internals in statistics. Also you should see that only 2-3 key frames are sent in total. |
@xhejtman Feels much better after improving my internet (resetting my router firmware). |
well, we cannot do much if connection sucks ;) perhaps we can optionaly enable FEC? But latency will suffer and I am not sure it actually helps a lot. But Geforce Now stream offers also FEC enabled stream. I wonder if and how we can offer several stream options? |
Notable changes:
rtx-time
to SDP per #7 comment.do-nack
on transceiver to reduce stuttering/freezing on packet loss, thanks to @xhejtman.aggregate-mode
tozero-latency
to reduce RTP packetization overhead.New dependencies:
apt-get install x264
in target images to use software encoder.TODO: