Forum Discussion
C Edwards
Apr 25, 2018Brass Contributor
How to embed an IP camera streaming video onto a SharePoint webpage
Hi All, I need to embed an IP camera streaming video onto our SharePoint webpage. The SharePoint is an online site. The problem I am have is the IP Camera address is only http and not https (...
C Edwards
Apr 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, 2018
Well, 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