added mjpg scripts

This commit is contained in:
2014-12-09 10:26:44 +01:00
parent baf643ed6a
commit f446950d01
44 changed files with 2773 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>MJPG-Streamer - Java Example</title>
</head>
<body>
<center>
<applet code="com.charliemouse.cambozola.Viewer" archive="/cambozola.jar" width="640" height="480">
<param name="url" value="/?action=stream"/>
</applet>
</center>
</body>
</html>