Hi, I'm using libvlc 3.0.7 to play remote mkv file through http, i set :network-caching to 10seconds, when i call libvlc_audio_set_track to select another sound track, there is no sound at all, until 10 seconds later the sound plays again and sound track changed. then I tested :network-caching with ...
Hi, I need to get audio track infomations ASAP when I play a media file, I found when I call libvlc_audio_get_track_count just after play, it returns 0. I have to wait for about 2 seconds to get the correct result. Does anyone know if there is a event to notify me it's ready to call libvlc_audio_get...
I have the same question on Windows. after parsed media, libvlc_media_tracks_get returns 0 for mpeg2 file, but returns >0 for mkv file.
after played media and delayed for about 1-2 seconds, it always returns > 0.
Hi, I'm using libvlc 2.1.3 to show logo on the screen, I need to know the actual Display Aspect Ratio(DAR) in the media file, so I call the libvlc_video_get_aspect_ratio function, but it returns null. I use mediainfo utility, found the DAR in the media file is 4:3, how can I get this 4:3 with libvlc...