Portfolio (#7) - truncation on some mp4 medias (#277) - Message List

truncation on some mp4 medias
 solved
 locked

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

    • Message #1253

      Hi Arjen,

      I run mod_h264_streaming 2.2.9 on lighttpd 1.4.28 (as provided by Debian Squeeze), on amd64.

      I'll try MP4Box and report back here.

      Thanks for your help!

Attachments

No attachments created.