vlc playlist events and manipulation in javascript
Posted: 27 Mar 2008 15:51
Hi all,
I am trying to implement this on my web page. The vlc player embedded on my web page will play automatically whatever items in the playlist and willl be using autoloop. I know how to load the playlist dynamically into the vlc playlist, but the tricky part is that I want to display the name of the item (currently playing ) on my web page. My questions are :
1. Is it possible to display the name of currently playing item in the playlist? I know the original vlc API is not shipped with that feature. please advise me a brief logic how to design it
2. Is there a way to detect the event if the playlist moves to the next item (since it will be playing automatically and autolooping)
Thank you so much in advance.
I am trying to implement this on my web page. The vlc player embedded on my web page will play automatically whatever items in the playlist and willl be using autoloop. I know how to load the playlist dynamically into the vlc playlist, but the tricky part is that I want to display the name of the item (currently playing ) on my web page. My questions are :
1. Is it possible to display the name of currently playing item in the playlist? I know the original vlc API is not shipped with that feature. please advise me a brief logic how to design it
2. Is there a way to detect the event if the playlist moves to the next item (since it will be playing automatically and autolooping)
Thank you so much in advance.