ok. any advice?![]()
thanks. but yeah im clueless. i tried a couple url's and reading BI manual. would i need username and password for it though?You would need to know the exact address that the cam is using, and you'd plug that into BI.
Typically you would look at the source of the page, find the URL that is imbedded in the page for the actual video.
I just did a quick look and couldn't find a URL, so maybe someone that knows more than I about HTML will come along and help.
I believe there is info about this in the BI help file.
thanks. but yeah im clueless. i tried a couple url's and reading BI manual. would i need username and password for it though?
it's actually this one....What cam are you attempted to add? Can you point me to it?
I'll give it a shot.
From the web page, the embedded iFrame includes these sources:
playlist: [{
// image: "/cams/fishing-pier.jpg",
sources: [{
file: "rtmp://173.255.113.84:1935/live/_definst_/goldennugget564.stream"
},{
file: "http://173.255.113.84:1935/live/goldennugget564.stream/playlist.m3u8"
},{
file: "rtsp://173.255.113.84:1935/live/goldennugget564.stream"
}],
thank you!!! i had just figured it out with help from blue iris support. works great.From the web page, the embedded iFrame includes these sources:
Code:playlist: [{ // image: "/cams/fishing-pier.jpg", sources: [{ file: "rtmp://173.255.113.84:1935/live/_definst_/goldennugget564.stream" },{ file: "http://173.255.113.84:1935/live/goldennugget564.stream/playlist.m3u8" },{ file: "rtsp://173.255.113.84:1935/live/goldennugget564.stream" }],
It's embedded within an iFrame object on the web page.This code is added to one of the web pages html code?
Is it possible to add the live feed to BI's Live preview in the main app?