Cloneable Data Sources and Custom transports via RTPConnector
Hi,
I have implemented a video receiver/transmitter pair that uses a middleware transport product to traverse firewalls and proxy servers. All has gone exceptionally well and video ( for 1 consumer ) zooms along.
The transmitter is a factory that on connection from a client starts sending the RTP data. I want the factory to be able to support more than one consumer so I implemented a cloneable datasource from the processor, all subsequent connections to the factory perform a clone, create a sendstream and start sending. I do perform connect and start on each clone !
The "clone" consumer sees itself as a new participant but no video data is ever consumed. Are there any deep dark secrets to getting a clone to work. I followed the example RTP Audio to many consumer gubbins.
All advise greatly appreciated,
Paul

