Hi @dschreij !!
Based on your work I've created an alternative plugin to embed a youtube video, as VLC is capable of reproducing stream video too:
The plugin is a quick&dirt work, though. But could serve as a first step in the case you wanted to integrate this functionality in media_player_vlc.
The tricky part is python-vlc seems only to be working with youtube videos if you attach the player reproduction list instead of a media source (further info: http://stackoverflow.com/a/29430900).
I hope this work could serve to improve your plugin.
Hi @dschreij !!
Based on your work I've created an alternative plugin to embed a youtube video, as VLC is capable of reproducing stream video too:
The plugin is a quick&dirt work, though. But could serve as a first step in the case you wanted to integrate this functionality in media_player_vlc.
The tricky part is python-vlc seems only to be working with youtube videos if you attach the player reproduction list instead of a media source (further info: http://stackoverflow.com/a/29430900).
I hope this work could serve to improve your plugin.