[streaming] Re: multicasting to non vlc
Gildas Bazin
gbazin at altern.org
Sat Mar 6 11:45:02 CET 2004
On Friday 05 March 2004 23:17, Jorge Boscán Etura wrote:
>
> well, so far, no success with quicktime player using the streaming
> wizard:
>
> source
>
v4l:/dev/video0:channel=2:adev=/dev/dsp:audio=0:size=sif:norm=ntsc:frequency=479250:bitrate=3000:maxbitrate=3000
>
> and
>
> :sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mp3,ab=96,channels=1}:duplicate{dst=std{access=http,mux=mov,url=192.168.166.17:8080}}
>
> hints?
>
MOV or MP4 containers are not streameable, at least not for real-time
content as the MOV/MP4 files have an index header that can only be created
when all the content is known.
Which means that VLC can only output MP4/MOV to a file.
However you could try something like that:
:sout=#transcode{vcodec=mp1v,vb=1024,acodec=mpga,ab=96,channels=1}:rtp{dst=ip,port=port,sdp=http://ip:port/file}
And then try to connect to http://ip:port/file with your quicktime client.
--
Gildas
--
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the streaming
mailing list