13 lines
302 B
HTML
13 lines
302 B
HTML
|
<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>
|