Page 1 of 1

libvlc_media_player_next_frame() on multi track video file

Posted: 15 Aug 2013 18:34
by samithawijedasa
How does libvlc_media_player_next_frame() behaves on a multi video track file like .mkv. If the .mkv file is consisted of 3 video tracks and after they are opened in 3 simultaneous windows (vlc opens them and plays simultaneously), when libvlc_media_player_next_frame() is executed it only affects on one stream. Can it operate on three video tracks currently opened in different windows simultaneously ?

Re: libvlc_media_player_next_frame() on multi track video fi

Posted: 15 Aug 2013 18:40
by Jean-Baptiste Kempf
It's probably only done for one-track video. Patches welcome.