This screencast shows a simple Web application in which you can control an HTML5 video object remotely. The basic idea is to intercept video events like 'play', 'pause' and 'seeked' and remote them using Web Sockets to control another player. Although there may be some use cases for an applicatio... More
This screencast shows a simple Web application in which you can control an HTML5 video object remotely. The basic idea is to intercept video events like 'play', 'pause' and 'seeked' and remote them using Web Sockets to control another player. Although there may be some use cases for an application like this (such as coaching), the real objective of this exercise is to show the low latency of the Web sockets implementation in Glassfish. For more information please refer to: http://weblogs.java.net/blog/s pericas/archive/2010/09/29/web-sockets-and-ht ml5-glassfishLess
Post a comment
Local Comments (0)
Youtube Comments (4)
Sparky GlassFish Says:
Feb 10, 2011 - This is NetBeans
Santiago Pericas-Geertsen Says:
Oct 17, 2010 - Attached to blog. See video description for link to it.
Alexander Orlov Says:
Oct 16, 2010 - where can I get the source code?