Hello,
I have been experimenting with vlc on a linux server without success so far.
We have a community tv station that wants to stream council meetings to a
public webpage. The viewer should be able to click on a link on the page
and begin watching the live video. I assume that flash format would be the
most commonly accepted format.
The tv video output would be from a switcher. We have streamed to ustream
which works ok.
I cannot figure out how to setup vlc on the linux server. I have setup commands like
vlc -vvv udp:[@:1234] --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{a
ccess=mmsh,mux=asfh,dst=:8080}'
trying all different protocols, rtsp, http, udp, mms etc but am not getting anywhere.
Does the web page link need to be a flash player? If so, how does vlc output to the flash
player? Or can the link be to vlc somehow?
Can someone help me get started on the right foot, I'm sure I'm going about this wrong.
Or direct me to some docs that could explain how to do this.
BTW, I can stream a video file that is located on the linux server using this command:
vlc -vvv DVmotion-001-0001.avi --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels
=2}:std{access=mmsh,mux=ps,dst=:8080}' --loop
Thanks in advance
Tony Ross