Hi guys, VLC has a functionality to stream to a HTTP address so that any machine can open that network address to view the stream.
Now I'm looking for the similar functionality in ffmpeg to stream ogg stream but couldn't find it. The command line I've used was: $ ffmpeg.exe -rtbufsize 1500M -f dshow -i video="Microsoft LifeCam VX-1000" -r 20 -bufsize 1024k -vcodec libtheora -qscale:v 1 -f ogg http://127.0.0.1:8080/a.ogg ffmpeg version N-67742-g3f07dd6 Copyright (c) 2000-2014 the FFmpeg developers built on Nov 16 2014 22:01:52 with gcc 4.9.2 (GCC) Input #0, dshow, from 'video=Microsoft LifeCam VX-1000': Duration: N/A, start: 4822.365000, bitrate: N/A Stream #0:0: Video: rawvideo, bgr24, 320x240, 30 tbr, 10000k tbn, 30 tbc http://127.0.0.1:8080/a.ogg: Unknown error What I wanted to do is to capture from the webcam and encode it to ogg stream so that it can be viewed anywhere (just include http://ip:port/a.ogg in to a HTML5 video tag) Could anyone tell me why that command failed :( Great thanks!
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
