Hey guys,
I wrote a wrapper for libvlc using c# and am using it to create this player. so far everything has been going fine. I'm using the functions and they are working as they should. there is only one problem:
when i switch between files going forward(next) or backwards(previous) there are white flash frames happening that i seem to be unable to get rid of. i tried it on v 1.1.9 and 2.1.3 and they both have the same issue (my application and the installed player both show the flashes) . So im thinking its a vlc issue and not my code( using media_list_player).
I also tried implementing the list and playing the files from my list using media_player functions instead of media_list_player. but it only made it worse as the flashes are longer more visible now and happen every time.
I think this happens when the player is disposed. im not sure though. is there a way to avoid these flashes? has anybody had the same problem?