开发者

streaming - how to stream a video without saving it to server

开发者 https://www.devze.com 2023-02-12 02:50 出处:网络
I need to do stream a a live video. So far I used vlc to create a stream to a ffserver, convert it, save it then embed the created file into the html.

I need to do stream a a live video. So far I used vlc to create a stream to a ffserver, convert it, save it then embed the created file into the html.

The only problem is that I need to do this without sav开发者_Python百科ing to a file (because it gets a little... 2 big).


If you feel like trying out a "newborn" program for the job, I would recommed giving my very new WebM-based streaming server a test drive. - Feel free to use the issue tracker if you encounter any quirks.

The only downside is that it is strictly WebM-centric, so IE and Safary will not play it natively.

0

精彩评论

暂无评论...
验证码 换一张
取 消