Postby dariocdj » 24 Oct 2013 16:40
Hello All,
same problem : i need to restream in rtssp an rtsp video source (rtsp://) with a directshow "usb microphone"....
tried :
C:\Programmi\VideoLAN\VLC\vlc.exe -vvv -I rc dshow:// :dshow-adev="USB Microphone" :dshow-vdev="None" :live-caching=300 :network-caching=1000 :input-slave="rtsp://192.168.0.10:554/user=admin&password=XXXXXXX&channel=3&stream=0.sdp?real_stream--rtp-caching=100" :sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/test.sdp} :sout-all :sout-keep ttl=128
and this work with audio but NO VIDEO.
tried :
start C:\Programmi\VideoLAN\VLC\vlc.exe -vvv -I rc dshow:// :dshow-adev="USB Microphone" :live-caching=300 :network-caching=1000 :input-slave="rtsp://192.168.0.10:554/user=admin&password=XXXXXXX&channel=3&stream=0.sdp?real_stream--rtp-caching=100" :sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/test.sdp} :sout-all :sout-keep ttl=128
and this work with audio and Directshow WRONG video (another capture device in my pc and not rtsp source)
tried also :
start C:\Programmi\VideoLAN\VLC\vlc.exe -vvv -I rc "rtsp://192.168.0.10:554/user=admin&password=XXXXX&channel=3&stream=0.sdp?real_stream--rtp-caching=100" :live-caching=300 :network-caching=1000 :input-slave=dshow:// :dshow-adev="USB Microphone" :sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/test.sdp} :sout-all :sout-keep ttl=128
and this work with rtsp video but not USB Microphone Audio.....
and give me [00e1e164] main input error: demux doesn't like DEMUX_GET_TIME always in loop
Someone have a solution ? Tried also to search unsuccesfully a free "directshow rtsp capture device" to have only direct show source....
Thanks a lot
Dario