diff --git a/webcam-capture-drivers/driver-ipcam/pom.xml b/webcam-capture-drivers/driver-ipcam/pom.xml
index c825d1fc..99c5f979 100644
--- a/webcam-capture-drivers/driver-ipcam/pom.xml
+++ b/webcam-capture-drivers/driver-ipcam/pom.xml
@@ -18,7 +18,6 @@
junitjunit
- 4.11test
diff --git a/webcam-capture-drivers/driver-ipcam/src/examples/java/JpegDasdingStudioExample.java b/webcam-capture-drivers/driver-ipcam/src/examples/java/JpegDasdingStudioExample.java
index f560aa90..70249f6e 100644
--- a/webcam-capture-drivers/driver-ipcam/src/examples/java/JpegDasdingStudioExample.java
+++ b/webcam-capture-drivers/driver-ipcam/src/examples/java/JpegDasdingStudioExample.java
@@ -11,7 +11,6 @@
import com.github.sarxos.webcam.WebcamPanel;
import com.github.sarxos.webcam.ds.ipcam.IpCamDriver;
import com.github.sarxos.webcam.ds.ipcam.IpCamStorage;
-import com.github.sarxos.webcam.log.WebcamLogConfigurator;
/**
@@ -41,8 +40,6 @@ public class JpegDasdingStudioExample {
public static void main(String[] args) throws MalformedURLException {
- WebcamLogConfigurator.configure("src/examples/resources/cameras.xml");
-
JFrame f = new JFrame("Dasding Studio Live IP Cameras Demo");
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
f.setLayout(new GridLayout(0, 3, 1, 1));
diff --git a/webcam-capture-examples/pom.xml b/webcam-capture-examples/pom.xml
index 4491494b..deabe0cd 100644
--- a/webcam-capture-examples/pom.xml
+++ b/webcam-capture-examples/pom.xml
@@ -30,6 +30,7 @@
webcam-capture-swt-awtwebcam-capture-video-recordingwebcam-capture-onejar
+ webcam-capture-websockets
diff --git a/webcam-capture-examples/webcam-capture-websockets/README.md b/webcam-capture-examples/webcam-capture-websockets/README.md
new file mode 100644
index 00000000..1ab921be
--- /dev/null
+++ b/webcam-capture-examples/webcam-capture-websockets/README.md
@@ -0,0 +1,19 @@
+# Webcam WebSockets Example
+
+This example demonstrates how images feed can be transported over the WebSocket.
+
+## What Is This
+
+
+## Screenshoots
+
+
+## License
+
+Copyright (C) 2015 Bartosz Firyn
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/webcam-capture-examples/webcam-capture-websockets/pom.xml b/webcam-capture-examples/webcam-capture-websockets/pom.xml
new file mode 100644
index 00000000..cbcd8640
--- /dev/null
+++ b/webcam-capture-examples/webcam-capture-websockets/pom.xml
@@ -0,0 +1,40 @@
+
+
+ 4.0.0
+
+
+ com.github.sarxos
+ webcam-capture-examples
+ 0.3.11-SNAPSHOT
+
+
+ webcam-capture-example-websockets
+ jar
+
+ Webcam Capture - WebSockets Example
+ Example demonstrating how to transmit images over WebSockets from webcam server to the web application frontend
+
+
+
+ com.github.sarxos
+ webcam-capture-driver-ipcam
+ ${project.version}
+
+
+ org.eclipse.jetty.aggregate
+ jetty-all
+ 9.2.7.v20150116
+
+
+ org.slf4j
+ slf4j-simple
+ 1.7.2
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.5.1
+
+
+
+
diff --git a/webcam-capture-examples/webcam-capture-websockets/src/etc/resources/screen.png b/webcam-capture-examples/webcam-capture-websockets/src/etc/resources/screen.png
new file mode 100644
index 00000000..8f9d5633
Binary files /dev/null and b/webcam-capture-examples/webcam-capture-websockets/src/etc/resources/screen.png differ
diff --git a/webcam-capture-examples/webcam-capture-websockets/src/etc/resources/screen2.png b/webcam-capture-examples/webcam-capture-websockets/src/etc/resources/screen2.png
new file mode 100644
index 00000000..37daaa9d
Binary files /dev/null and b/webcam-capture-examples/webcam-capture-websockets/src/etc/resources/screen2.png differ
diff --git a/webcam-capture-examples/webcam-capture-websockets/src/main/html/index.html b/webcam-capture-examples/webcam-capture-websockets/src/main/html/index.html
new file mode 100644
index 00000000..18d8581c
--- /dev/null
+++ b/webcam-capture-examples/webcam-capture-websockets/src/main/html/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+