I have written a screensaver in C# that uses libvlc to play videos as screensavers. I was hoping to extend this functionality to play youtube videos from a user's "favorites" playlist on youtube.com. I have all the codes set up to get an array of watchpage urls from youtube.
now, when I paste one of these watchpage urls into VLC player, it plays the video, awesome. But when I pass one of these watchpage urls to either new location or new path for libvlc. The app crashes.
Does VLC player handle the urls? or should it work with libvlc? I would love to know how to get this to work.