-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
WebTransport protocol for MPEG-TS #3904
Comments
Hello Eric,
I know that QUIC, WebTransports and also WebCodecs are game-changing
technologies that are able to provide video streaming with better
reliability, latency, simplicity and control than WebRTC and I recently
experimented with all three with fantastic results - basically I won’t use
WebRTC again :D
My only problem is my schedule, that is completely full.
Maybe at the start of next year I’ll be able to produce a working POC.
Best regards
…On Wed, 23 Oct 2024 at 12:38, Erik Herz ***@***.***> wrote:
Describe the feature
Description
WebTransport is a standard protocol that offers significant improvements
over TCP. I propose that MediaMTX implement support of the WebTransport
protocol for reading live streams from the server via MPEG-TS.
MediaMTX as a WebTransport Relay
https://developer.mozilla.org/en-US/docs/Web/API/WebTransport
and/or Media over QUIC:
https://datatracker.ietf.org/doc/draft-ietf-moq-transport/
—
Reply to this email directly, view it on GitHub
<#3904>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALCV6WV6QAKIATWH3PP5FRTZ454BFAVCNFSM6AAAAABQOP5HQWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYDQMJRGMYDAMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Also WebRTC DataChannels + WebCodecs is work mentioning since is a failback solution, with the same power as WebTransport + WebCodecs, but available on all browsers (while WebTransports is still off limit in Safari) and available through the pion/WebRTC library |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature
Description
WebTransport is a standard protocol that offers significant improvements over TCP. I propose that MediaMTX implement support of the WebTransport protocol for reading live streams from the server via MPEG-TS.
MediaMTX as a WebTransport Relay
https://developer.mozilla.org/en-US/docs/Web/API/WebTransport
and/or Media over QUIC:
https://datatracker.ietf.org/doc/draft-ietf-moq-transport/
The text was updated successfully, but these errors were encountered: