i have sucessfully made VLC work with RTSP when streaming a video file. I am using -I http to simplify things a bit while setting it up.
i have been reading and searching quite a lot on the forums and the videolan documentation - but i'm still a bit confused.
how do i use RTSP to stream from a dshow device?
i tried setting up the VOD by using the following input:
Code: Select all
:dshow-vdev="WinFast TV2000 XP WDM Video Capture" :dshow-adev="" :dshow-size="" :dshow-caching=200 :dshow-chroma="" :dshow-fps=25.000000 :dshow-config :dshow-tuner :dshow-tuner-channel=31 :dshow-tuner-country=45 :dshow-tuner-input=1 :dshow-video-input=-1 :dshow-audio-input=-1 :dshow-video-output=-1 :dshow-audio-output=-1
Unable to open 'rtsp://192.168.1.3/test'
any help would be very much appreciated.
thanks a lot guys