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

[Live-devel] Simultaneous streaming and capturing

2015-07-15 Thread Piotr Piwko
Hi, I'm trying to capture the live source to AVI file (can be different format) and give the possibility to stream this file on demand. I've written my own client and server and they works very well separately. If the capturing is done and file is completely written, there is no problem to stream