Re: Domoboard a New Dashboard using Domoticz as backend
Posted: Thursday 19 January 2017 12:31
I found thisbenotje wrote:squandor wrote:good question i don't have an camera with an rtsp protocol stream so i couldn't test it. On the web people say that it could be added using an iframe. but without to test it i can't implement itbenotje wrote:Hay I have a question, does anyone know how a camera
rtsp://username:password@IPADDRESS:554/h264Preview_01_main
can add up to so that I can see live
rtsp should with VCL or Quicktime plugin
I read that but I do not know how to do that
Code: Select all
<!DOCTYPE html>
<html>
<body>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</head>
<object
classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab"
id="vlc"
name="vlc"
class="vlcPlayer"
events="True">
<param name="Src" value="rtsp://user:[email protected]//h264Preview_01_main" /> <!-- ie -->
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="True" />
<param name="AutoPlay" value="True" />
<!-- win chrome and firefox-->
<embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="640" height="480" target="rtsp://user:[email protected]//h264Preview_01_main" ></embed>
</object>
</body>
</html>
Who wants to help me