From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Eric
Blanpied
Thanks, this looks quite useful. The sample code shows the replicator being set
up before the event loop is started. Is it possible to start the stream with a
single sink, and then add another later?
The use
> Is it possible to start the stream with a single sink, and then add another
> later?
Yes, you can create (using “createStreamReplica()”) and delete (by calling
“Medium::close()”) replicas at any time.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
> On Jun 11, 2015, at 6:53 PM, Ross Finlayson wrote:
>
>> We’ve got an app that’s successfully using the live555 library to record
>> multiple streams using the QuickTimeFileSink, but now customers want to be
>> able to view that stream at the same time it’s being stored. I’m guessing
>> that
> We’ve got an app that’s successfully using the live555 library to record
> multiple streams using the QuickTimeFileSink, but now customers want to be
> able to view that stream at the same time it’s being stored. I’m guessing
> that’s a fairly common feature request, but I haven’t found any re