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

playback issues: recorded MP4 file is unscrubbable #4199

Open
tfelici opened this issue Jan 26, 2025 · 0 comments
Open

playback issues: recorded MP4 file is unscrubbable #4199

tfelici opened this issue Jan 26, 2025 · 0 comments

Comments

@tfelici
Copy link

tfelici commented Jan 26, 2025

Playback using inbuilt mediamtx server (with and without &format=mp4) option, returns an unscrubbable file.
This seems to be because there is no defined moov atom in the mp4 file, which is resolved by executing the command
ffmpeg -i input.mp4 -movflags faststart -c copy output.mp4
however the mediamtx inbuilt server is unable to play this, so I need to serve this file via our own web server.
mediamtx playback should really serve scrubbable files as well as streamable, and not just something streamable

@tfelici tfelici changed the title recorded MP4 file is unscrubbable playback issues: recorded MP4 file is unscrubbable Jan 26, 2025
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

1 participant