Codice: Seleziona tutto
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Laboratorio Telemicroscopia: RTP Video
</title>
</head>
<link rel="stylesheet" type="text/css"href="./Style/style.css" media="screen" />
<body>
<embed type="application/x-vlc-plugin" name="video" autoplay="no" loop="no" width="512" height="442" target="rtp:@172.16.11.13" />
<br />
<a href="javascript:;" onclick='document.video.play()'>Play video</a>
<a href="javascript:;" onclick='document.video.stop()'>Stop video</a>
<a href="javascript:;" onclick='document.video.fullscreen()'>Fullscreen</a>
<form>
<input type="submit" id="input" value="input"/>
</form>
</body>
</html>
