In my app, I START record/save of a live stream using: ":sout=#duplicate{dst=display,dst=std{access=file,mux=ps,dst=d:\\CWrecTest.avi}}"
I have 2 questions:
1. What is a good way to STOP recording? From what I see, I need to stop the above stream and then replay the stream with original options
Is that the only way, or is there some API call I can use?
2. Also, does VLC handle disk space or do I have to fix my code to check for available space, etc.?
Thanks!