Live data from Hacker News

The first Media over QUIC CDN: Cloudflare

moq.dev

11–20 of 125 posts

Re: The first Media over QUIC CDN: Cloudflare

#11
post #9

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…

What? did you check the source? he is the original guy.

Re: The first Media over QUIC CDN: Cloudflare

#12
post #8

Could 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

#13
post #9

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…

What? did you check the source? he is the original guy.

The article is about a Cloudflare announcement. The original source in that case would be the Cloudflare announcement, no?

Re: The first Media over QUIC CDN: Cloudflare

#14
post #8

Could 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.

Sweet, thanks! I'll tinker with it.

Re: The first Media over QUIC CDN: Cloudflare

#15
post #9

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…

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

#16
post #8

Could MoQ be used for low-latency multiplayer/game networking in the browser?

You might be interested in looking at this RTC example for ideas about how to make bi-directional data flows for arbitrary groups of participants (or players) work through a relay.

https://hang.live/

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

#17
post #9

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…

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?

It's not that it's a repost; it's that it's mostly reporting on the content of another article. In such cases it's standard HN practice to prefer the latter, as the guidelines say (and have said since ancient times). It's not that you did anything wrong! and I'm sorry, I know it sucks to have an article doing well on the frontpage and then plummet for no obvious reason. But from a mod practice point of view this is a pretty clear call.

Re: The first Media over QUIC CDN: Cloudflare

#18
post #3

Hi! Cloudflare MoQ dev here, happy to answer questions! Thanks for the award, kixelated. xD

hi, I work on our webrtc streaming over at getstream.io

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?

Post reply on HN