Hi all,
I have this weird problem:
I have a PC i5 with Windows 7.
I start to stream my video camera connected to the PC through IEEE1394, using the below command line.
"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// --dshow-vdev="Sony HDR-HC5E" --sout=#rtp{dst=229.0.0.1,port=1234,mux=ts} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
I then connect an other vlc player instance on the same PC and connect to rtp stream.
When my camera is in High Definition (HDV) mode, it is recognized by dshow as "Sony HDR-HC5E", and everything works fine.
However,
when I use my camera in standard DV mode, it is recognized by dshow as "Microsoft DV Camera and VCR", and the streaming does not work.
If I try it with local playback, it is displayed correctly. Somehow either, the streaming does not happen, or the reception of the stream does not work.
"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// --dshow-vdev="Microsoft DV Camera and VCR" --sout=#rtp{dst=229.0.0.1,port=1234,mux=ts} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
The only difference is the mode in which the camera is, and how it is recognized by dshow.
Any one knows what could be the problem?