Page 1 of 1

One input -> multiple INDEPENDENT output

Posted: 28 Feb 2014 16:42
by gem-tos
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

Re: One input -> multiple INDEPENDENT output

Posted: 22 Apr 2014 14:44
by Jean-Baptiste Kempf
There is no API to do that.