Websocket Video Streaming Example
For potential use with EricBot
Using NetBeans and GlassFish
and Html5 Video element blah blah blah
Tut Posted By pradeep ruhil:
http://javawebsocketsvideo.blogspot.com/ https://plus.google.com/115833800599214627301/posts
Updated with:
https://developer.mozilla.org/en-US/docs/Web/API/Navigator.getUserMedia
Requires javax.websocket
Remote Client Sending Video:
https://github.com/n644dc/1WayVideo_WebSockets/blob/master/web/index.html
Server Relay
https://github.com/n644dc/1WayVideo_WebSockets/blob/master/src/java/EricBotVideo/LiveStreamer.java
Remote Client Receiving Video:
https://github.com/n644dc/1WayVideo_WebSockets/blob/master/web/Bot.html
