Displaying 1 result from an estimated 1 matches for "dsp11".
Did you mean:
dsl11
2005 Jun 11
1
Attempts at live streaming (long)
...ute then
use oggfwd to send it to the server. This is command line I used for VLC.
Be warned there will be many line breaks in this email, it's a very long
command line. It may take some piecing together by the time you read
this...
vlc
v4l:/dev/video0:norm=pal:size=320x240:channel=1:adev=/dev/dsp11:audio=0
--sout\
'#transcode{vcodec=theo,vb=64,scale=1}:duplicate{dst=display,dst=std{access=file,mux=ogg,url="/tmp/buffer.ogg"}}'
&
Then use the following command to send the stream half a minute later...
oggfwd www.myicecastserver.org 8000 PASSWORD /theora.ogg\
< /tmp/b...