Hello, so I have a apache server setup using the module from http://h264.code-shop.com/trac which works great with just a plain html page but when I view a mp4 video with from flashvideo it will not seek to the correct keyframe but instead start over.

From what I can tell I can see that the header for the apache module is not being sent when I view the video with flashvideo so apache is not calling.

So is there a way to add a custom http header? I already tried in .htaccess using add header but didn't work.

Thanks for any help.

Comments

mottboy’s picture

I had this problem also and it is because of the files folder. If you call the files out side of the files folder they will work fine.

mottboy’s picture

Status: Active » Closed (works as designed)