JS-based player
Video delivery service:
helloeko.com
Project compositing gui +
Video encoding service
+ GUI/Logic = project
player.append('Node1');
player.seek('Node2');
// change to channel 4 of the parallel node
player.switch(4);
// change to the next channel
player.switch('next');
// change to the previous channel
player.switch('prev');