mjpg-streamer/www/java_simple.html

13 lines
302 B
HTML
Raw Permalink Normal View History

2024-10-15 15:50:29 +08:00
<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>