Hi Ross -
I am prototyping a streaming application using an MPEG-1, Layer 3 (.mp3)
audio file and an MPEG-4 video elementary stream (.m4v) file as inputs.
I am doing this to simulate our actual encoder outputs since they are
not yet available. I recorded these files from two different physic
In the Source/Sink live model, I can: create 1 source, create 1
sink and "attach" both "sink->startPlaying(source)"
I would like to know if I can "attach" many sink to one source?
No. Each source object can be fed to only one sink.
To do what you want, in general, you would need to write a
Hi!
In the Source/Sink live model, I can: create 1 source, create 1 sink and
"attach" both "sink->startPlaying(source)"
I would like to know if I can "attach" many sink to one source?
For example in order to create different files from 1 single RTP stream.
I hope my question is clear enough.
T