<?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[webcam view]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I need help to add video from hikvision ip camera to dashboard.<br />
I can see video (MJPEG) with web browser on this link: <a href="http://user:password@192.168.222.31/Streaming/channels/1/preview" rel="nofollow ugc">http://user:password@192.168.222.31/Streaming/channels/1/preview</a></p>
<p dir="auto">So I think I need to create HTTP Image data source. Then I create data point and URL field with a link I wrote.<br />
In dashboard designer I create ma-point-value with this datapoint but it doesn't work.</p>
<p dir="auto">I think I need to write some code in "Webcam live feed code"? :) Do you have any example about this?</p>
<p dir="auto">Regards,<br />
Dovydas</p>
]]></description><link>https://forum.mango-os.com/topic/3025/webcam-view</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 22:00:22 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3025.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Oct 2017 08:55:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to webcam view on Wed, 25 Oct 2017 15:10:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dovydasz" aria-label="Profile: dovydasz">@<bdi>dovydasz</bdi></a> If you are just trying to put a live view of the camera onto your dashboard you can probably use a simple HTML5 <code>&lt;video&gt;</code> tag as suggested by Maxim. It will depend on the camera and the codec it uses, I suggest you consult your camera's documentation.</p>
<p dir="auto">The HTTP image data source can save a frame from your video every x seconds provided it provides its output as an image via HTTP. This is not really well suited to video though.</p>
]]></description><link>https://forum.mango-os.com/post/15941</link><guid isPermaLink="true">https://forum.mango-os.com/post/15941</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Wed, 25 Oct 2017 15:10:03 GMT</pubDate></item><item><title><![CDATA[Reply to webcam view on Tue, 24 Oct 2017 09:10:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dovydasz" aria-label="Profile: dovydasz">@<bdi>dovydasz</bdi></a> you can try to restream your video from camera with ffmpeg/ffserver utility as webm, for example. And after that add it to dashboard with simple video tag.</p>
]]></description><link>https://forum.mango-os.com/post/15914</link><guid isPermaLink="true">https://forum.mango-os.com/post/15914</guid><dc:creator><![CDATA[Maxim]]></dc:creator><pubDate>Tue, 24 Oct 2017 09:10:28 GMT</pubDate></item></channel></rss>