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

ProvisionISR #35

Open
quammy opened this issue Feb 1, 2021 · 2 comments
Open

ProvisionISR #35

quammy opened this issue Feb 1, 2021 · 2 comments

Comments

@quammy
Copy link

quammy commented Feb 1, 2021

Hi, a bit off-topic...

I saw that you have tested successfully 2 cameras of ProvisionISR. Can you please share with me the connection string you have used?

I have the following models:
I3-390IP536
I3-390IPSVF
I3-340IP5SVF

I trieed with this string: rtsp://[user]:[pass]@[IP]:[port]/profile1 but none work for me on Shinobi (it also doesn't find them with the ONVIF search wizard).

They all do stream correctly with that string using VLC or HomeAssistant's ONVIF integration.

Any help will be very appreciated.

@ksupipr
Copy link
Contributor

ksupipr commented Feb 2, 2021

Hi. It's for ONVIF connection?

"name": "camera_1",
"hostname": [IP],
"port": [port],
"username": [user],
"password": [pass]

port for ONVIF and port for stream may be differ

The network service is default as shown below:
IP address: 192.168.226.201
Subnet Mask: 255.255.255.0
Gateway: 192.168.226.1
HTTP: 80
Data port: 9008

@quammy
Copy link
Author

quammy commented Feb 2, 2021

Thanks!
Meanwhile (just like 5 min ago) I've been able to make it work. The secret was just set the string I had without fiddling with anything else (not even tell Shinobi that it is an ONVIF) + wait for 2-3 min for the stream to arrive. (both conditions were very hard for me to perform ;)

BTW, yes, I have 3 different ports defined on the cams config panel - HTTP, RTSP an Data. I defined custom value for each.
I understand the RTSP.
I know the HTTP is for the configuration portal.
But what is the Data port used for?

@quammy quammy changed the title ProisionISR ProvisionISR Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants