Page 1 of 1

How to get channel id at run time using vlclib.dll in c++

Posted: 04 Aug 2014 12:31
by Danish
Dear All

i want to get channel information at run time means which channel running and how many channels running by using live streaming.

recently i using : libvlc_track_description_t *videoIDs = libvlc_video_get_track_description(mp); this api but it returns null.

if some one help me out its great ...

thanks in advance.

Re: How to get channel id at run time using vlclib.dll in c+

Posted: 04 Aug 2014 17:41
by RĂ©mi Denis-Courmont
Normally, that means there are no video tracks at that point.

Re: How to get channel id at run time using vlclib.dll in c+

Posted: 05 Aug 2014 15:29
by Danish
Thanks Denis

But VLC Shows all lives streaming channels.i make sure all channels are running and shown with ids.

but api returns null.

Re: How to get channel id at run time using vlclib.dll in c+

Posted: 05 Aug 2014 15:32
by Danish
Dear Danis

one more information iam using UDP protocol live streaming

thanks