[vlc-devel] commit: Make it possible to have more than one bridge in a VLC instance ( Antoine Cellerier )

Antoine Cellerier dionoea at videolan.org
Wed Sep 3 23:50:17 CEST 2008


On Wed, Sep 03, 2008, git version control wrote:
> Make it possible to have more than one bridge in a VLC instance

For example:

new test broadcast enabled input /tmp/a.ts output '#duplicate{dst=bridge-out,select=video,dst="bridge-in{name=audio}:std{access=file,mux=ts,dst=/tmp/b.ts}",select=audio}'

new master broadcast enabled input /home/antoine/media/redefined-nintendo.mpg output #duplicate{dst='bridge-in:display',select=video,dst=bridge-out{in-name=audio},select=audio}

control test play
control master play

This will play the 2 videos at once inside the master stream and save
the audio ESes to /tmp/b.ts . (Of course this example is completely
useless but it's better than no example :p)

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list