Time to VLC
Posted: 09 Oct 2014 13:00
I currently have a business with ip cameras that I want to put at the disposal of users on my page web.Im using a code to connect me by streaming and play those cameras through the programming.
Example:
<html>
<head><title>Demo of VLC mozilla plugin</title></head>
<body>
<h1>Cámara Web </h1>
<embed type="application/x-vlc-plugin"
name="video1"
autoplay="yes" loop="no" volume="0" width="700" height="500"
target="http://videostream.asf?user=user&pwd=ps ... n=32&rate=" />
<br />
<a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
<a href="javascript:;" onclick='document.video1.pause()'>Pause video1</a>
<a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
<a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>
</body>
</html>
What I need is that they reproduce every day from Monday to Friday from one hour to another. Meanwhile not work nor can show nothing.Me no matter if instead of blocking the player crashes the web link. But that are not cameras under any circumstances. Is that possible?Help me please.
Example:
<html>
<head><title>Demo of VLC mozilla plugin</title></head>
<body>
<h1>Cámara Web </h1>
<embed type="application/x-vlc-plugin"
name="video1"
autoplay="yes" loop="no" volume="0" width="700" height="500"
target="http://videostream.asf?user=user&pwd=ps ... n=32&rate=" />
<br />
<a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
<a href="javascript:;" onclick='document.video1.pause()'>Pause video1</a>
<a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
<a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>
</body>
</html>
What I need is that they reproduce every day from Monday to Friday from one hour to another. Meanwhile not work nor can show nothing.Me no matter if instead of blocking the player crashes the web link. But that are not cameras under any circumstances. Is that possible?Help me please.