PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Streaming IP Cams To WebSites For Security

Go down

Streaming IP Cams To WebSites For Security Empty Streaming IP Cams To WebSites For Security

Post by jamied_uk 16th November 2016, 14:50






Code:
<title>J~Net Security Cam</title>
<center>
<?php
$welcome='Welcome To J~Net Security Cam <a href="index.php">Refresh</a>';

// rtsp://[login:password@][camera domain name or IP address]/media/video1
echo "$welcome";
?>


<div id="mtvPlayer">
    <embed
        type="application/x-mplayer2"
        pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
        name="mediaplayer1"
        ShowStatusBar="true"
        EnableContextMenu="false"
        autostart="true"
        loop="false"
        src="rtsp://192.168.100.59"
        width="852px"
        height="650x"
    />
</div>
jamied_uk
jamied_uk
Admin

Posts : 2965
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Streaming IP Cams To WebSites For Security Empty Re: Streaming IP Cams To WebSites For Security

Post by jamied_uk 16th November 2016, 17:18

Dynamic IP Cam With PHP




Code:
<title>J~Net Security Cam</title>

<center>

<?php

$cam1="192.168.100.45";
$welcome='Welcome To J~Net Security Cam <a href="index.php">Refresh</a>';



// rtsp://[login:password@][camera domain name or IP address]/media/video1

echo "$welcome";

?>

<style>

body {

    background-image: url("images/bg.jpg");

}



</style>





<div id="mtvPlayer">

    <embed

        type="application/x-mplayer2"

        pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"

        name="mediaplayer1"

        ShowStatusBar="true"

        EnableContextMenu="false"

        autostart="true"

        loop="false"

        src="rtsp://<?php echo $cam1;?>"

        width="750px"

        height="650x"

    />

</div>




Testing Out Cam


Last edited by jamied_uk on 17th November 2016, 13:06; edited 1 time in total
jamied_uk
jamied_uk
Admin

Posts : 2965
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Streaming IP Cams To WebSites For Security Empty Re: Streaming IP Cams To WebSites For Security

Post by jamied_uk 16th November 2016, 19:14

For chrome Browser try (If not just use firefox or ie)

videoexpertsgroup.com/chrome-media-player-plug-in
jamied_uk
jamied_uk
Admin

Posts : 2965
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Streaming IP Cams To WebSites For Security Empty Re: Streaming IP Cams To WebSites For Security

Post by jamied_uk 20th November 2016, 16:10

Updated Local File IP Cam Starter With Door Control



Code:


<html><head>

<meta http-equiv="content-type" content="text/html; charset=windows-1252"><title>J~Net Security Cam</title>

<link rel="stylesheet" type="text/css" href="J%7ENetSecurityCam_files/socialwidgets.css"></head><body><center>

Welcome To J~Net Security Cam <a href="index.html">Refresh</a><style>

body {

    background-image: url("J~NetSecurityCam_files/bg.jpg");

}



</style>





<div id="vidplayer">

    <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" showstatusbar="true" enablecontextmenu="false" autostart="true" loop="false" src="rtsp://192.168.0.34" width="750px" height="520x">

</div>



<center>

<iframe src="https://192.168.1.7/" width="600" height="200"></iframe>



</center>



</body></html>


Above code is an example! (add your own images and change to your cam ip!
jamied_uk
jamied_uk
Admin

Posts : 2965
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Streaming IP Cams To WebSites For Security Empty Re: Streaming IP Cams To WebSites For Security

Post by jamied_uk 21st November 2016, 20:40

Need Recording IP Cam Streams?

jnet.forumotion.com/t1425-record-an-ip-cam-network-stream-in-linux#2049
jamied_uk
jamied_uk
Admin

Posts : 2965
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Streaming IP Cams To WebSites For Security Empty Re: Streaming IP Cams To WebSites For Security

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum