March 16, 2014
I brought the IPPTZ-EL2MPL12X-Mini-I.
How do I get this work, this link will show you what I want to do.
http://www.reefcentral.com/for.....p=22220098
The code needs to look like this but for the IPPTZ-EL2MPL12X-Mini-I.
Thank you so much.
<object width="480" height="394"><param name="movie" value="https://www.dropcam.com/e/a99910a8eb0a4f479497371bba123456?autoplay=false"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="opaque"></param><embed src="https://www.dropcam.com/e/a99910a8eb0a4f479497371bba123456?autoplay=false" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="394" wmode="opaque"></embed></object>
Unfortunately this is for a DropCam. What exactly are you trying to do? Embed your IP cameras stream?
Jose Malave - IT Director| Toll Free: 866-573-8878 | E-mail: support@securitycameraking.com
You can use the cameras RTSP stream and convert it to RTMP . You can use software like Unreal Media Server only reason I am telling you to use this is because they have a free version that should work ok with a normal home setup.
For our Cameras you can use the following URL: http://xxx.xxx.xxx.xxx:554/cam.....;subtype=1
Where the xxx.xxx.xxx.xxx is the local IP address of the camera you are trying to stream. 554 is the standard RTSP port.
The HTML code should read something like this:
_____________________________________________________________________________________________________________
<html>
<head>
<title>My Security Camera King IP Camera</title>
<meta http-equiv=”Content-Type” content=”text/html;charset=utf-8″ />
<script type=”text/javascript” src=”http://www.umediaserver.net/bin/FlashPlayer/umsplayer.js” charset=”utf-8″>
</script>
</head>
<body id=”unload-trigger-element”>
<h3>This is my example</h3>
<!– player container –>
<div id=”player-container”>
</div>
<script type=”text/javascript”>
embedPlayer(‘player-container’, {
flashvars : {
‘rtmp’ : ‘rtmp://192.168.1.108:5119/live/TestCam’,
‘autoplay’ : true },
size : { width: 352, height: 240 },
playerStyle : ‘quick’ });
</script>
</body>
</html>
_____________________________________________________________________________________________________________
Once you are ready to push this to a webpage you need to set your router to allow the Unreal Media Server port to be accessed externally. By default, the port used is 5119.
* The rtmp://192.168.1.108:5119/live/TestCam
192.168.1.108 is the Cameras IP ,In this case it is the internal, You need the external in the end product.
/Live/Testcam "Testcam" is the Broadcasting Alias that you picked in the software.
Note: If you end up having any issues make sure that this service is in your Firewall allow list.
Once you have done this you should be up and running.
Jose Malave - IT Director| Toll Free: 866-573-8878 | E-mail: support@securitycameraking.com
1 Guest(s)