Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stream MP4/AVI files directly in browser?

Is there any streaming server or solution preferably open-source solution exist for streaming MP4/AVI directly to browser. I know it is possible to stream, when video converted to flv. But, my restriction is I couldn't modify those MP4/AVI files.

like image 719
Gagandeep Singh Avatar asked Nov 05 '22 14:11

Gagandeep Singh


1 Answers

If you want to stream H.264 encoded videos you may want to have a look at this site: http://h264.code-shop.com/trac/wiki/WikiStart

Never tested it but it has some nice features like Timeshifting seek which enables your viewers to immediately jump to any point in the video.

Here is a demo using it and it's quiete nice: http://h264-demo.code-shop.com/

like image 55
Fabian Barney Avatar answered Nov 14 '22 21:11

Fabian Barney