Hello,
Is it possible to make a button that will open a specific source? I'm trying to put together a skin that has dedicated buttons for a number of network feeds (udp multicast streams).
I've tried vlc.play(udp://xxx.xxx....) but that doesn't work. I've also tried to use playlist.add() but can't figure out how to specify which file to add to the playlist.
Any help would be greatly appreciated.
Thanks.