How to send and capture video stream both?

About encoding, codec settings, muxers and filter usage
fcch2000
New Cone
New Cone
Posts: 5
Joined: 03 Sep 2009 07:32

How to send and capture video stream both?

Postby fcch2000 » 03 Sep 2009 19:16

I am able to open two seperate vlc.exe commands to send stream and capture on one compter over network.
Can vlc 1.0.1 be able to use one vlc.exe command to send camera stream and capture incoming stream at the same time over network?

Here are the two send and capture commands on two different computers to send and capture stream on the same time.

on PC-1
=======
vlc.exe udp://@:1234
vlc.exe dshow:// --sout=#transcode{vcodec=h264,vb=800,fps=10,scale=1,acodec=none}:duplicate{dst=std,access=udp,mux=ts,dst=192.168.222:1234},dst=display}

on PC-2
=======
vlc.exe udp://@:1234
vlc.exe dshow:// --sout=#transcode{vcodec=h264,vb=800,fps=10,scale=1,acodec=none}:duplicate{dst=std,access=udp,mux=ts,dst=192.168.111:1234},dst=display}

How to combine two vlc.exe command into one vlc.exe command and still working one both send and capture?

Thnkas,

FCCH

Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 31 guests