-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Playback API to serve recorded segments #2452
Comments
Just transcode it, it's supported out of the box and is in the |
An API for serving recording segments is planned and that's one of the reasons why fMP4 was chosen as format, since it can be played by browsers. |
@aler9 |
@aler9 |
@saket424 H265 is unsupported by Chrome on Linux, independently from MediaMTX. There's a section in the README that provides a tool that allows to find out which codecs are supported by your browser: https://github.com/bluenviron/mediamtx#hls DASH doesn't have particular advantages over Low-Latency HLS, they support the same codecs (that are imposed by browsers anyway), so there's no reason to add support for it yet. Anyway, this feature request is related to a playback API, so HLS is off topic. |
Fixed by #2906 |
This issue is mentioned in release v1.5.0 🚀 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Describe the feature
Is there any way for playback of recorded fmp4's, maybe we can expose an stream url which converts an fmp4 file to mpeg dash or hls on demand
The text was updated successfully, but these errors were encountered: