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

[869 byte] By [pbrant] at [2007-9-26 3:52:54]
# 1
pbrant,Did you ever get this to work? If so, how?I am also trying to do a similar thing, but the JMF Manager cannot find a Processor for a Cloneable data source.Thank you.
aqh1 at 2007-6-29 12:40:39 > top of Java-index,Security,Cryptography...