about a month ago the webrtc product management stated that an opportunity for evolving webrtc would be replacing RTP with QUIC as transport protocol:
https://bloggeek.me/google-webrtc-interview-niklas-blum/
It would be interesting to see. Is there a plan/timeline when to possibly expect QUIC replacing RTP?
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/8cf3b937-d500-4983-a348-a488269cad76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
QUIC could have several advantages over RTP such as multiplexing.
I mean using QUIC for the MediaTransport as it is mentioned in the interview.
QUIC could have several advantages over RTP such as multiplexing.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/ba8d9e10-146d-40cb-a486-14ffbf49ee5b%40googlegroups.com.
On Sat, Aug 26, 2017 at 12:50 AM, Alex <a.brau...@gmail.com> wrote:
I mean using QUIC for the MediaTransport as it is mentioned in the interview.
QUIC could have several advantages over RTP such as multiplexing.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CANdLC8WabVW-9vO9gqJfHUVVNw8qAFVahQj3Qrmziop%2ByBbCWw%40mail.gmail.com.
Well, according to the draft, it is not about replacing RTP with QUIC, but transporting RTP over QUIC.What I fall to see is any reference to what problem does it try to address or what are the benefits over UDP/DTLS.Best regardsSergio
El 26/8/2017 0:27, "pablo platt" <pablo...@gmail.com> escribió:
On Sat, Aug 26, 2017 at 12:50 AM, Alex <a.brau...@gmail.com> wrote:
I mean using QUIC for the MediaTransport as it is mentioned in the interview.
QUIC could have several advantages over RTP such as multiplexing.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/ba8d9e10-146d-40cb-a486-14ffbf49ee5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/65fa2e03-cb1f-4b25-80a1-217dfa844195%40googlegroups.com.
Couple of things, at least the draft talks about rtp over quic, so the rtp packetization still applies.RTP does multiplexing already (with bundling), what you are describing IMO is packet aggregation. Aggregating packets doesn't makes sense for video as you typically have to split one media frame into several packets to respect udp mtu.Aggregating video packets will only make sense if coming from different streams, so mostly will happen only in sfu->browser, so it will be a marginal improvement IMO.Regarding the setup time, I assume that you will still need ICE for NAT traversal ( correct me if I am wrong) and we had 0 rtt in webrtc already ( via srtp sdes), but it had to be changed to fulfill the security requirements of not exchanging keys in signalling. I assume similar impact on quic (if not please correct me).So, IMO, QUIC doesn't makes sense for webrtc media, especially due to the huge impact it will have to migrate to it.
Best regardsSergio
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CALiegfkkfa6qkRsDhePW%2BgGnG9T6zayZ5C%3DT%2BVG-m3X1ce-7zg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.