Quote:
Originally Posted by CristianoA
big problem when i exit your app when streams captured they aren't playable at all  and there is no way to fix them as well 
|
What files do you get: .f4v or .ts?
If .f4v does not work for you there was a .ts version a couple message down, find it and use it.
The app starts an ffmpeg process for every model you want to record, then monitor these procesess.
If the model stops broadcasting, the app moves the model's file from capturing to complete directory.
You should be able to play files from complete directory without any problems (if you have compatible video player).
When you stop the app, you actually do not stop ffmpeg processes.
The files in capturing directory will be "locked", unless the model stop streaming and ffmpeg "releases" the file automatically or you kill all ffmpeg processes manually.