Hello, I need to create a function in C++ that plays a YouTube video using VLC. When I play the video (using the command: libvlc_media_player_play(vlcMediaPlayer)), nothing happens, no window opens, and the video is not played. (I'm sure I downloaded VLC and the libraries correctly and connected the...