Forum Discussion
How to embed an IP camera streaming video onto a SharePoint webpage
You can get around this error by adjusting HTML Field Security setting in site settings. Please take a look at article below
https://support.office.com/en-us/article/allow-or-restrict-the-ability-to-embed-content-on-sharepoint-pages-e7baf83f-09d0-4bd1-9058-4aa483ee137b
- C EdwardsApr 26, 2018Brass Contributor
Hi
After adding the domain to the HTML Field Security I am still getting an error message
"We only support embedding content from secure websites (their addresses start with https.) If it's important to embed content from unsecured websites, please send us feedback."
Thanks
- Apr 26, 2018Well, us your IP Camera Url is not running under https you won't be able to embed it in that way....can you try to do the same in a classic page and using a script edtior webpart? Add there an iframe tag and tell us if it works
- C EdwardsApr 26, 2018Brass Contributor
Hi Juan,
I tried
<iframe src="http://0.0.0.0/view/viewer_index.shtml" style="border:1px solid;" name="frame1" scrolling="auto" frameborder="yes" align="center" height = "800px" width = "800px">
</iframe>With the correct IP address, but the Script Editor webpage is just blank.
Thanks