Re: [Live-devel] Simultaneous Recording and Viewing

2015-06-15 Thread Deanna Earley
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

Re: [Live-devel] Simultaneous Recording and Viewing

2015-06-14 Thread Ross Finlayson
> 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/ ___

Re: [Live-devel] Simultaneous Recording and Viewing

2015-06-14 Thread Eric Blanpied
> 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

Re: [Live-devel] Simultaneous Recording and Viewing

2015-06-11 Thread Ross Finlayson
> 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