I tried this out now.
Code: Select all
new es1 broadcast enabled input "/server/nfs/testfiles/SD-sample-video.264" output #bridge-out
new es2 broadcast enabled input "/server/nfs/testfiles/SD-sample-audio.mp3" output '#bridge-in:display
control es1 play
control es2 play
I tried to add the "control play" commands seen in the howto, but doesn't do nothing.
I saved the config file in the directory where I launched vlc with:
I don't get any console output indicating that something is to be done (only interface related debug).
I also tried with output module standard{mux=ts,url=mux.ts,access=file}.
Is the way I tried correct or did I miss something?
I also tried this config:
Code: Select all
new my_mux broadcast enabled
setup my_mix input input "SD-sample-video.264" input "SD-sample-audio.mp3"
setup my_mux output '#standard{mux=ts,access=file,url=mux.ts}'
control my_mux play
seen in chapter 5. I guess this way the 2 streams are muxed without sync info (timestamps or whatever...), Is that correct?
Salut a Paris et merci beaucoup
[/code]