camera ip from blue iris on a web page

www.ptvc.ch

Young grasshopper
Joined
Mar 17, 2018
Messages
43
Reaction score
2
Location
Suisse, Switzerland, switzera, suiza
hello to all of us. Kudos for the forum which is top and responsive. I'm looking for the solution to be able to difusser on a screen that accepts web pages. a camera from blue iris. could you tell me how to do it, do you know a solution to introduce a camera on an internal or external web page. thank you for your help the htlm code will help me a lot
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,674
Reaction score
14,020
Location
USA
In Blue Iris's web server advanced settings, you'll need to have authentication required from "No connections", and configure the "Anonymous" user account to have the permissions you want to make available to the public.

HTML:
<DOCTYPE html>
<html>
<head>
  <title>My Awesome Web Page</title>
</head>
<body>
  <h1>My Awesome Very Wodern Web Page</h1>
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  </p>
  <p>
    <img src="http://10.30.0.166:81/mjpg/porcha/video.mjpg?w=640&fps=5&q=20" alt="live video stream" />
  </p>
  <p>
    ^^ Look at my camera.
  </p>
</body>
</html>
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,674
Reaction score
14,020
Location
USA
Normally I would recommend something that goes through "livestream.htm" but that isn't working well right now it seems.
 

www.ptvc.ch

Young grasshopper
Joined
Mar 17, 2018
Messages
43
Reaction score
2
Location
Suisse, Switzerland, switzera, suiza
hello is thank you. I don't understand how to do it

In Blue Iris's web server advanced settings, you'll need to have authentication required from "No connections", and configure the "Anonymous" user account to have the permissions you want to make available to the public.

my goal is to be able to transmit on a web page on the internet only one of my 5 cameras. sur un moniteur Samsung qb 49r avec magicinfo

thank you for your help and support
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,716
Reaction score
38,913
Location
Alabama
please help
@bp2008 gave you a lot of info in post #2, you just need to read BI's built-in "Help" and take it upon yourself to determine the changes you need to make to your BI server's settings and in the HTML so that it works for you.

I'd begin with "Remote Access" => "Users and Connections" and then read "Remote Access" => "The Web Server" => "Other Advanced Web Server Topics"

What's in red in the sample HTML code is the heart of your solution. Change the existing URL (10.30.0.166:81) to the appropriate IP address and port of your BI server and change 'porcha" to your camera's Short Name.
 

www.ptvc.ch

Young grasshopper
Joined
Mar 17, 2018
Messages
43
Reaction score
2
Location
Suisse, Switzerland, switzera, suiza
hello and thank you, I found that I am not the only one looking for the solution. I tested local, but it does not work :) with the ui3 he asks for a password for access to the camera. I think the error comes from the, again thanks for your help

he was squeezing top to make a tuto because I'm not the only one looking for the solution

<DOCTYPE html>
<html>
<head>
<title>My Awesome Web Page</title>
</head>
<body>
<h1>My Awesome Very Wodern Web Page</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p>
<img src="" alt="live video stream" width="401" height="267" />
</p>
<p>
^^ Look at my camera.
</p>
</body>
</html>


Best regard
 

Attachments

Top