bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
11.92k stars 1.5k forks source link

Support the web browser formats compatible with the mpegts.js player library #2424

Closed rgl closed 1 year ago

rgl commented 1 year ago

Describe the feature

Currently, mediamtx supports the WHEP protocol; since it seems to still be in development stage, would it possible to support the simpler(?) web protocols compatible with the mpegts.js player library?

For reference, they support:

aler9 commented 1 year ago

Hello, all the protocols you listed are less versatile and slower than Low-latency HLS, which can be played with hls.js.

Regarding WebRTC/WHEP, there's a reference JS implementation available from the author of the specification.

github-actions[bot] commented 6 months ago

This issue is being locked automatically because it has been closed for more than 6 months. Please open a new issue in case you encounter a similar problem.