Comments moved to https://news.ycombinator.com/item?id=44984785 , which has the original source. (Edit: I mean the announcement this article is reporting on.) Submitters: " Please submit the original source. If a post reports on something found on another site, submit the latter. " - https://news.ycombinator.com/newsguidelines.html Edit: since people seem to agree that this was the wrong move, I'm going to undo it. E…
The first Media over QUIC CDN: Cloudflare
11–20 of 125 posts
Re: The first Media over QUIC CDN: Cloudflare
#12Could MoQ be used for low-latency multiplayer/game networking in the browser?
Re: The first Media over QUIC CDN: Cloudflare
#13Comments moved to https://news.ycombinator.com/item?id=44984785 , which has the original source. (Edit: I mean the announcement this article is reporting on.) Submitters: " Please submit the original source. If a post reports on something found on another site, submit the latter. " - https://news.ycombinator.com/newsguidelines.html Edit: since people seem to agree that this was the wrong move, I'm going to undo it. E…
What? did you check the source? he is the original guy.
Re: The first Media over QUIC CDN: Cloudflare
#14Could MoQ be used for low-latency multiplayer/game networking in the browser?
It could! We've mainly been focused on using it for audio and video for live streaming and RTC use cases, but the MoQT layer is very intentionally decoupled from the media details so the fan out infrastructure could actually be used for a lot of different things. You'd need to decide how you want to map your data to MoQT objects, groups, tracks, etc.
Re: The first Media over QUIC CDN: Cloudflare
#15Comments moved to https://news.ycombinator.com/item?id=44984785 , which has the original source. (Edit: I mean the announcement this article is reporting on.) Submitters: " Please submit the original source. If a post reports on something found on another site, submit the latter. " - https://news.ycombinator.com/newsguidelines.html Edit: since people seem to agree that this was the wrong move, I'm going to undo it. E…
Re: The first Media over QUIC CDN: Cloudflare
#16Could MoQ be used for low-latency multiplayer/game networking in the browser?
It uses a feature we haven't yet implemented, but we're thinking about how we might implement it at our scale, SUBSCRIBE_ANNOUNCES[1].
[1]: https://www.ietf.org/archive/id/draft-ietf-moq-transport-12....
Re: The first Media over QUIC CDN: Cloudflare
#17Comments moved to https://news.ycombinator.com/item?id=44984785 , which has the original source. (Edit: I mean the announcement this article is reporting on.) Submitters: " Please submit the original source. If a post reports on something found on another site, submit the latter. " - https://news.ycombinator.com/newsguidelines.html Edit: since people seem to agree that this was the wrong move, I'm going to undo it. E…
Hey dang, I don't think my blog is a repost. It links the Cloudflare announcement but the content is completely different (and actually funny). Is there any way you could restore it?
Re: The first Media over QUIC CDN: Cloudflare
#18Hi! Cloudflare MoQ dev here, happy to answer questions! Thanks for the award, kixelated. xD
webrtc has a lot of annoying setup. but after it connects it offers low latency. how do you feel MoQ compares after the connection setup is completed? any advantages/ any issues?
Re: The first Media over QUIC CDN: Cloudflare
#19Re: The first Media over QUIC CDN: Cloudflare
#20I used to work in live video platform. I have found MoQ interesting enough to work on it again.