Record multiple source

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
georgezou
Blank Cone
Blank Cone
Posts: 16
Joined: 09 Mar 2010 00:04

Record multiple source

Postby georgezou » 10 Mar 2010 01:45

How do I record multiple source? Do I have to launch multiple instance of VLC?

Rémi Denis-Courmont
Developer
Developer
Posts: 15328
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Record multiple source

Postby Rémi Denis-Courmont » 10 Mar 2010 17:41

Either you run multiple instances, or you use VLM as documented on the website (not very user friendly).
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

georgezou
Blank Cone
Blank Cone
Posts: 16
Joined: 09 Mar 2010 00:04

Re: Record multiple source

Postby georgezou » 11 Mar 2010 00:04

Thanks for reply, Rémi.

I read the VLM document before. Somehow I got the impression that vlm only takes one input and stream out to multiple dst.

Now I used VLC Configurator created a configure file:
# VLC media player VLM command batch
# http://www.videolan.org/vlc/

new Channel1 broadcast enabled
setup Channel1 input rtp://10.0.0.42:4444@10.0.0.102:4444
setup Channel1 output #transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file,mux=raw,dst='c:\rtp1.mp3'}
new Channel2 broadcast enabled
setup Channel2 input rtp://10.0.0.43:4444@10.0.0.102:4000
setup Channel2 output #transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file,mux=raw,dst='c:\rtp2.mp3'}

control channel1 play
control channel2 play


and load the configure file:
vlc -I telnet --vlm-conf VLCConfig.vlm


Not sure what to do next. Please help.


George


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 50 guests