Hello everybody,
I'm developing a livestream for four cameras in Labview with the use of libvlc. I have variaty of cameras from analog BW to IP cameras. The IP cameras I have no problem with but I have some problems with analog input. I make use of the following video decoder: Conexant CX25858 Video Capture (http://205.175.208.33/products/entry.jsp?id=609) which has 4 input channels.
What I want is to command VLC which of the channels it should select.
In my current code it is possible to obtain multiple channels and see the video however I open every mediaplayer instance with the same commandline: "dshow:// :dshow-vdev=Conexant CX25858 Video Capture :dshow-adev= :live-caching=300". The first instance will take the first input and the second the second input and so on.
But is there a possibility to command the first instance to use the fourth input channel?
I ask this because closing the channels gives problems and causes my code to crash. This problem doesn't exists for the other cameras where I select the specific channels with individual names.
I'm using VLC 2.1.5.
I'm not experienced with VLC, so I hope the information I give is sufficient.
Cheers,
Frank