Hello all,
I have a project which consist of getting an encoded H264 stream from a capture board (I have already written an access-input module for this board) and have multiple independent output.
For example :
I start with only displaying my stream.
By clicking on a button, I want to record this stream without stopping displaying it.
Then By clicking another button, I want to stream without stopping recording and displaying the stream.
...
Is there a way to do that with libvlc ?
Thx