Skip to content
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

Open
erikherz opened this issue Oct 23, 2024 · 3 comments
Open

WebTransport protocol for MPEG-TS #3904

erikherz opened this issue Oct 23, 2024 · 3 comments

Comments

@erikherz
Copy link

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/

@aler9
Copy link
Member

aler9 commented Oct 23, 2024 via email

@aler9
Copy link
Member

aler9 commented Oct 23, 2024

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

@erikherz
Copy link
Author

erikherz commented Oct 23, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants