Re: [Live-devel] One Source and Multiple Sink

2009-07-02 Thread Ross Finlayson
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

[Live-devel] One Source and Multiple Sink

2009-07-02 Thread bourda guillaume
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