[Live-devel] .m4v / .mp3 Synchronization

2009-07-02 Thread Michael Russell
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

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