Hi guys,
I new to streaming and I'm trying to stream from a TV card in Fedora Core 3. I can open the TV cards video imput and see the output in the VLC window. The transcode line is doing it's job. I set it for a low bitrate so I could tell. I can't get the output to stream to Darwin Streaming Server. Can VLC automatically generate the SDP file? Here's the syntax I was trying.
vlc v4l:/dev/video0:channel=1:norm=ntsc --sout='#transcode{vcodec=mp4v,vb=32,scale=1}:duplicate{dst=display}:rtp{dst=127.0.0.1,sdp=rtsp://127.0.0.1/raton.sdp}'
For the SDP section I even tried sdp=file:/usr/local/movies/raton.sdp without any luck. Can someone verify if VLC generates this file automatically. If not is there a way to make it generate one like Quicktime Broadcaster does?
Thanks,
Brad