Displaying 3 results from an estimated 3 matches for "johnbeales".
2010 Nov 02
5
Camera MJPEG to Icecast
...> First make sure ffmpeg2theora has all the right options set, then verify
> that it produces an valid ogg file/stream and only then try to oggfwd it.
>
>
You are right !!
I try to open the ogg file ... and nothing comes up.
Now (I ithink) I fix the problem using recipe from
http://johnbeales.com/20080820/using-vlc-to-transcode-an-axis-cameras-video-stream-and-stream-it-out-again/#vlc-transcode-solution
First I run one vlc just to get the feed to a file called mypipe.mjpg
next, I run another vlc to read that local mjpg file , and transcode and
send it to IceCast server.
First try sto...
2010 Nov 02
0
Camera MJPEG to Icecast
...all the right options set, then verify
> > that it produces an valid ogg file/stream and only then try to oggfwd it.
> >
> >
> You are right !!
> I try to open the ogg file ... and nothing comes up.
>
> Now (I ithink) I fix the problem using recipe from
> http://johnbeales.com/20080820/using-vlc-to-transcode-an-axis-cameras-video-stream-and-stream-it-out-again/#vlc-transcode-solution
oh, dear!
Why don't you use directly the icecast output option of vlc?
It would most likely look like this:
vlc -vvv rtsp://CAMERA-IP-ADDRESS:554/mpeg4/media.amp --no-drop-late-fram...
2010 Nov 02
2
Camera MJPEG to Icecast
Dear Thomas
Thomas B. Ruecker wrote:
> On Mon, Nov 01, 2010 at 05:17:12PM +0700, Bino Oetomo wrote:
>
>> Now .. I want to do it the otherway with Icecast
>>
>> I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg
>> | ffmpeg2theora -a 0 -f mjpeg -o /dev/stdout | oggfwd 192.168.10.232
>> 8000 hackme /matamerapi
>>
>