Re: [Live-devel] Simultaneous streaming and capturing

2015-07-23 Thread Ross Finlayson
> On Jul 23, 2015, at 8:59 AM, Piotr Piwko > wrote: > > 2015-07-17 11:14 GMT+02:00 Ross Finlayson >: > Unfortunately, because of the way that AVI files are designed, it is not > possible to update them continuously - in a way that allows them to be used > while

Re: [Live-devel] Simultaneous streaming and capturing

2015-07-23 Thread Piotr Piwko
2015-07-17 11:14 GMT+02:00 Ross Finlayson : > Unfortunately, because of the way that AVI files are designed, it is not > possible to update them continuously - in a way that allows them to be used > while they are being written. > ... > (btw, the same applies to “.MP4” and “.MOV” files.) > I see.

Re: [Live-devel] Simultaneous streaming and capturing

2015-07-17 Thread Ross Finlayson
Unfortunately, because of the way that AVI files are designed, it is not possible to update them continuously - in a way that allows them to be used while they are being written. Instead, the AVI file cannot be used until the corresponding “AVIFileSink” object has been closed - i.e., until afte