can i pull a live cam feed from internet to my blue iris?

ateel7

n3wb
Joined
Nov 6, 2015
Messages
11
Reaction score
0
there's a public camera on listingcam.com that i'd like to add into my blue iris....is something like this possible? thanks.
 

looney2ns

IPCT Contributor
Joined
Sep 25, 2016
Messages
15,609
Reaction score
22,837
Location
Evansville, In. USA
ok. any advice?:)
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.
 

ateel7

n3wb
Joined
Nov 6, 2015
Messages
11
Reaction score
0
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?
 
Joined
Aug 3, 2015
Messages
3,820
Reaction score
12,273
Location
Charlotte
it's actually this one....
Webcams
but it's also on listingcam.com
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"
        }],
 

ateel7

n3wb
Joined
Nov 6, 2015
Messages
11
Reaction score
0
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"
        }],
thank you!!! i had just figured it out with help from blue iris support. works great.
 

Mike.in.Minnesota

Getting the hang of it
Joined
Feb 28, 2017
Messages
99
Reaction score
23
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?
 

ateel7

n3wb
Joined
Nov 6, 2015
Messages
11
Reaction score
0
it seems they now use a url that changes or timeouts...i got it to work but goes out after a couple minutes. is there a way to work around that? thanks.
 

ksnax

Young grasshopper
Joined
Jul 28, 2017
Messages
35
Reaction score
4
My assumption is that this is deliberate to prevent people from streaming non-stop and sucking up bandwidth they'd like to reserve for other uses. Get permission from the site admin and a direct link to it if you want to do this 24/7.
 
Top