Previously I was using apache to serve .flv files which an embedded player on an intranet page was playing.

Is it possible to stream mp4 files (x264 encoded) in a similar manner? Are there any open source scripts/solutions for doing proper streaming (e.g. people can skip to skip to a part of the video without having to download the parts they've skiped over)?

If anyone is doing someting similar I'd love to hear from them

Thanks

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Yes, it is possible by utilizing pseudo streaming. More info here: http://h264.code-shop.com/trac

jwplayer, and flowplayer should both support this approach.

link|improve this answer
Ideal, thanks for the info – Raoul May 11 '11 at 16:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.