Administrator
|
You can very well tee the tsdemux, just that you would need to put queue to avoid deadlock, something like this
tsdemux ! tee name=split split.! queue ! branch1.... split.! queue ! branch2...
But in your case, you do not need tee, unless you want video audio from different program
tsdemux name=demux demux.! video.. demux.! audio.... should work
|