Page 1 of 1
Cam Stream on iframe
Posted: Mon Nov 15, 2021 5:53 pm
by ivamar
Hi there,
I want to use for example
http://192.xxx.xxx.xxx:81/mjpg/Index in my smarthomesystem.
i can include pictures with refresh rate or iframes.
none of them work because i have to be logged-in in webui to access this stream.
is there any way to get this link maybe secured by apikey ?
thank you guys.
Re: Cam Stream on iframe
Posted: Mon Nov 15, 2021 6:42 pm
by TimG
I'm not quite sure what you are asking, but I can tell you that this works with Homeseer to get my door camera (Short name = DoorCam) into HS4. Change BI5 pc IP and camera short name as required:
http://192.168.2.3:81/mjpg/DoorCam/video.mjpg
Re: Cam Stream on iframe
Posted: Tue Nov 16, 2021 7:02 am
by ivamar
TimG wrote: ↑Mon Nov 15, 2021 6:42 pm
I'm not quite sure what you are asking, but I can tell you that this works with Homeseer to get my door camera (Short name = DoorCam) into HS4. Change BI5 pc IP and camera short name as required:
http://192.168.2.3:81/mjpg/DoorCam/video.mjpg
Hi, i know these urls. but it dowsnt work. i have to be logged in.
my blue iris server runs on an other subnet/vlan. it works only if i logg in at the webui. seems like blueiris check the session when i call the cam stream link.
i dont know if its possible to send username and passwort with the request, but anyway i think its better to use somethin linke an secret/hash of an user with special rights. at my point just to view the index of all cams.
hope ive explained enough. thank you.
Re: Cam Stream on iframe
Posted: Tue Nov 16, 2021 7:35 am
by ivamar
GOT IT.
i have to enable it.
Blue Iris Options > Web server > Advanced. It is a checkbox called "Use secure session keys and login page".