Hello, I want to get the stream information using libvlc, I thought about the the function mediacontrol_get_stream_information but doesn't work. Please somebody can help me. The code that doesn't work is bellow, thanks public long GetStreamInfo3() { long l = 0; strInfo sif; sif.bitrate = 0; try { us...
Hello, Hi, I'm new to the forum, but I've been working with vlc for a while now and I've come across a few problems, I'm developping a short code to show steaming video, I'm using the libvlc interfaz, it works great, but I need to obtain the codec name, de Decoders blocks, the rate input bits and th...