-
Notifications
You must be signed in to change notification settings - Fork 0
client
Pihemde edited this page Feb 21, 2015
·
13 revisions
event | parameter | implemented | description |
---|---|---|---|
load | [video id] | YES | clear playlist and add to playlist videos corresponding to identifiers from array parameter |
play | YES | Resume from pause or play content of playlist | |
play | video id | YES | clear playlist, add to playlist video corresponding to identifier and play it |
next | NO | Jump to the next video from playlist | |
previous | NO | Jump to the previous video from playlist | |
start | video id | YES | same as "play" (partial) form compatibility |
pause | YES | pause playing | |
stop | YES | stop playing |
* partial implementation
event | parameter | implemented | description |
---|---|---|---|
pimp:begin | DOM event | YES | when browser DOMContentLoaded received |
pimp:configure | configuration | YES | after pimp:begin |
pimp:load | [video id] | YES | when WebSocket "load" event |
pimp:play | YES | when WebSocket "play" event | |
pimp:play | video id | YES | when WebSocket "play" event |
pimp:next | NO | when WebSocket "next" event | |
pimp:previous | NO | when WebSocket "previous" event | |
pimp:pause | YES | when WebSocket "pause" event | |
pimp:stop | YES | when WebSocket "stop" event | |
pimp:stopped | YES | when player stopped (send by vlc.player module) | |
pimp:end | DOM event | YES | when browser unload event |