moved under cmds/tlcam

This commit is contained in:
2014-12-09 10:28:24 +01:00
parent f446950d01
commit 5b24c32598
43 changed files with 2772 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>