Portfolio (#7) - truncation on some mp4 medias (#277) - Message List
Hello,
First I want to thank you for mod_h264_streaming. It works well for me, for the vast majority of my videos.
But sometimes, it seems to get confused on certain mp4 files.
For example this file gets truncated (and the result isn't platable) when served through mod_h264_streaming
2.2.9 (with Debian's lighttpd 1.4.28, on Debian Squeeze amd64) :
http://zouh.org/ben/t/976723276245422.mp4
# with mod_h264_streaming ben@ici:/tmp/b$ HEAD http://localhost/doc/976723276245422.mp4 | grep ^Content-Length Content-Length: 1492703 # without mod_h264_streaming ben@ici:/tmp/b$ HEAD http://localhost/doc/976723276245422.mp4 | grep ^Content-Length Content-Length: 11826549
Is this a known bug? Please ask me if some details are missing this description, or if you want me to test something.
Thanks in advance for your feedback
-
Message #1252
Hi,
Thanks for your feedback.
Which version of the module and what webserver are you running?
If possible, you may want to run your MP4 files through MP4Box (part of GPAC) e.g. like MP4Box --inter 500 video.mp4. This most likely fixes any issues you may have.
Regards,
Arjen
arjen02/20/12 22:59:21 (3 months ago)
