<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to see my camera on the web live]]></title><description><![CDATA[<p dir="auto">The broadcast works perfectly on my computer with windows media player .</p>
<p dir="auto">But I want to share this Camera online on my website.</p>
<p dir="auto">I desperately seeking the html or php for it to work .</p>
<p dir="auto">Thanks for your help</p>
]]></description><link>http://nodebbtest.deskshare.com/topic/22437/how-to-see-my-camera-on-the-web-live</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 20:22:42 GMT</lastBuildDate><atom:link href="http://nodebbtest.deskshare.com/topic/22437.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Oct 2015 17:07:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to see my camera on the web live on Thu, 08 Oct 2015 08:07:16 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.deskshare.com/video-surveillance-software.aspx" rel="nofollow ugc">Security Monitor Pro</a> can FTP photos to your webpage and provide a live view of your cameras.</p>
<p dir="auto">To configure FTP Settings, click <strong>FTP Upload</strong> &gt;&gt; <strong>Configure upload options</strong>:</p>
<p dir="auto"><img src="https://www.deskshare.com/help/smp/FTPServerSettings.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">Next, configure your upload settings from <strong>Add Camera &gt;&gt; Actions &gt;&gt; Upload Media files</strong>.  Rename the file on upload and overwrite so the filename always has the latest image.</p>
<p dir="auto"><img src="https://www.deskshare.com/help/smp/FTPUploadBehavior.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">Here is a sample HTML and Javascript page that will show a updated camera image every 30 seconds:</p>
<blockquote>
<p dir="auto">&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Sample Security Monitor Pro Camera Photo Page&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;img src="Desk1.jpg" width="320" height="240" border="1" name="refresh"&gt;<br />
&lt;script language="JavaScript" type="text/javascript"&gt;<br />
&lt;!--<br />
var t = 10 // interval in seconds<br />
function Start() {<br />
document.images["refresh"].src = document.images["refresh"].src+"?"+Math.random()<br />
setTimeout("Start()", t*1000)<br />
}<br />
Start();<br />
// --&gt;<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
</blockquote>
<p dir="auto">Change the value of t to the number of seconds between image updates. Try using a refresh interval that allows enough time for the image to be captured and sent by FTP to your web server. Finally, you can display multiple cameras by adding multiple images on the page.</p>
]]></description><link>http://nodebbtest.deskshare.com/post/35887</link><guid isPermaLink="true">http://nodebbtest.deskshare.com/post/35887</guid><dc:creator><![CDATA[DeskShare_-_Support]]></dc:creator><pubDate>Thu, 08 Oct 2015 08:07:16 GMT</pubDate></item></channel></rss>