Harrison Wingfield87229
1 discussion post
I'm trying to get it so there's a main video file to play through VLC (like a main menu almost, I've done this part) that loops over and over and then when other functions activate, it shows different video files in different instances of VLC but when the new video is done playing, it closes that instance of VLC and just shows the main video file again. Is there a way to do this in C#/DisplayFusion?
DisplayFusion can't really do this, but it sounds almost like you just need a playlist for the videos that has the "menu" video inserted between the other videos. If I misunderstood the request, definitely let me know!