-
Notifications
You must be signed in to change notification settings - Fork 60
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
sequential mode not seekable on windows #14
Comments
Hmm, I've always used the K-Lite codec pack and Media Player Classic on the windows.. Otherwise there problems with many media files. If default mp4 splitter do not prints anything to debug output, then we cant use it to debug this. Other media validators should be used in this case (I do not have any currently). |
The default mode and sequential mode seem be playing fine though. It will be ideal if there's a mode that combines the benefit of both sequential mode and fragmentation mode, i.e. decoding can start right away but at the same time with something at the end for duration/seeking. Don't know much about the mp4 spec, maybe this is not possible. Either way, thanks for looking into this! |
./minimp4_x86 -m stream.h264 stream.mp4
./minimp4_x86 -m -s stream.h264 stream-s.mp4
./minimp4_x86 -m -f stream.h264 stream-f.mp4
All of them are seakable with quicktime player on Mac. But stream-f.mp4 is not seekable with windows media player.
Is this something that can be improve?
Thanks!
The text was updated successfully, but these errors were encountered: