Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue Iris - Error: 8000274d #72

Closed
Deverall opened this issue Aug 26, 2020 · 17 comments
Closed

Blue Iris - Error: 8000274d #72

Deverall opened this issue Aug 26, 2020 · 17 comments
Labels
enhancement New feature or request

Comments

@Deverall
Copy link

Is your feature request related to a problem? Please describe.
I followed the readme in regards to BlueIris and cannot get the camera I am testing to display. I get "Camera: No Signal"
Error: 8000274d

Describe the solution you'd like
I just need to know if I did everything correctly? I followed all the instructions, but can't seem to connect to the camera in BlueIris.

2020-08-26_11-45-50
2020-08-26_11-47-16
2020-08-26_11-48-15
2020-08-26_11-49-38

Any help would be greatly appreciated!

@Deverall Deverall added the enhancement New feature or request label Aug 26, 2020
@hh1209
Copy link
Contributor

hh1209 commented Aug 26, 2020 via email

@Deverall
Copy link
Author

I waited overnight. I have given it plenty of time.

I also tried using the IP directly as well as 127.0.0.1. Clicked inspect to see if it would give any info on connection.

2020-08-26_11-58-34

2020-08-26_11-59-11

@hh1209
Copy link
Contributor

hh1209 commented Aug 26, 2020 via email

@Deverall
Copy link
Author

I changed that and it didn't make any difference.

@QuantumEntangledAndy
Copy link
Collaborator

QuantumEntangledAndy commented Aug 31, 2020

I am not familiar with blue iris but I will try my best.

Lets work it out from the start. Can you run neolink and then open a seperate terminal (on the same machine) and connect with ffprobe

ffprobe rtsp://127.0.0.1:8554/front_nw

If this works then neolink is working and we will try to find out what config your program needs, if not then somthing is wrong with your neolink setup and that needs to be fixed first

p.s. ffprobe is part of ffmpeg apt install ffmpeg

@QuantumEntangledAndy
Copy link
Collaborator

Also you seem to be connecting as ONVIF which is not correct, as we are not using the ONVIF protocol, just straight rtsp

@Deverall
Copy link
Author

I only selected the Generic/ONVIF because that is what it shows to use in the BlueIris install screenshots.

@hh1209
Copy link
Contributor

hh1209 commented Aug 31, 2020 via email

@Deverall
Copy link
Author

2020-08-31_09-53-28

@Deverall
Copy link
Author

I am also testing out BlueIris in a docker container (running via Ubuntu/Wine). You you think that could be causing the issues?

https://hub.docker.com/r/jshridha/blueiris

@hh1209
Copy link
Contributor

hh1209 commented Aug 31, 2020 via email

@Deverall
Copy link
Author

I did do the ffmpeg and pasted the screenshot above.

@Deverall
Copy link
Author

When I ran the ffprobe via the blueiris container I get the following:

2020-08-31_10-18-39

I seems like its a network issue between the containers? Just not sure how to rectify that as I am pretty new to using containers in general and not a network engineer.

@QuantumEntangledAndy
Copy link
Collaborator

Could you tell me what the bind address on your toml file? Hopefully it is 0.0.0.0

You have a docker image running the blue iris?

That image will have its own network.

Could you explain your topology, I think maybe you have something like this

  • Host
    • neolink docker
    • bi docker

If thats the case then your bi should point to host.docker.internal as the address. And the neolink docker should bind with -p 8554:8554

@QuantumEntangledAndy
Copy link
Collaborator

image

@Deverall
Copy link
Author

Yes, the bind in the toml is 0.0.0.0.

And that my friend is all it took! I changed the IP to host.docker.internal and like magic the camera is now showing in BlueIris!

Haha thank you. It is very much appreciated.

@QuantumEntangledAndy
Copy link
Collaborator

Glad I could help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants