Difficulty Playing YouTube Videos Using VLC in C++
Posted: 01 Apr 2024 22:18
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 them correctly to my project because I have a function that I created that plays a local video (a video downloaded to the computer) and it works well).
Thank you very much
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 them correctly to my project because I have a function that I created that plays a local video (a video downloaded to the computer) and it works well).
Thank you very much