Displaying 4 results from an estimated 4 matches for "matamerapi".
2010 Nov 01
4
Camera MJPEG to Icecast
...ken from 
http://www.daantje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/
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
the access log said that there is "source" access ...
But when I try to see the active mount point .... there is no active 
mount point listed.
I step back and just try to use VLC to play a wmv movie and stream it to 
the same mount point ....
It work properly, means ... the mount poin...
2010 Nov 02
2
Camera MJPEG to Icecast
...5: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
>>     
>
> instead of oggfwd, redirect the output to a file and see if that 
> can be opened. 
>
>   
What file type that proper for this test ?
>> the access log said that there is "source" access ...
>>     
> turn up your logging to debug and look...
2010 Nov 01
0
Camera MJPEG to Icecast
...tje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/
>
> 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
>
> the access log said that there is "source" access ...
>
> But when I try to see the active mount point .... there is no active
> mount point listed.
>
> I step back and just try to use VLC to play a wmv movie and stream it to
> the same mount point ....
> It...
2010 Nov 02
0
Camera MJPEG to Icecast
...rote:
> >   
> >> 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
> >>     
> >
> > instead of oggfwd, redirect the output to a file and see if that 
> > can be opened. 
> >
> >   
> What file type that proper for this test ?
if you have your options right it should produce an ogg encapsulated 
stream of theora and vorbis...