Re: [Live-devel] StreamReplicator . Best way to remove and recreate a replica

2012-03-15 Thread Ross Finlayson
> I create the replicator with the false option to avoid it deletes the input > Source when removing all replicas. > StreamReplicator::createNew(*env, Source, false) > > then create the source to feed it into the sink > FramedSource* source = replicator->createStreamReplica(); > > What would

[Live-devel] StreamReplicator . Best way to remove and recreate a replica

2012-03-15 Thread Ricardo Acosta
Hi Ross I create the replicator with the false option to avoid it deletes the input Source when removing all replicas. StreamReplicator::createNew(*env, Source, false) then create the source to feed it into the sink FramedSource* source = replicator->createStreamReplica(); What would be the best