-
Notifications
You must be signed in to change notification settings - Fork 82
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
Problems viewing the livestream #56
Comments
I'm running into same issue, no ideas how to fix. |
I read that it's supposed to return rtsps-URLs. Maybe you're outside the local network and thus get an URL that is "proxied" through a vendor-gateway? "immis" sounds like it's the vendor and port 443 might be https. Is that some URL you can access through https? If so, will it return a videostream or maybe a website? |
This project has been so helpful for me, thanks. But I also need to get a live stream of my camera blink but i don´t have idea how to get the correct RTSP URL. |
This doesn't seem to work at all for me, I just get The URL I am using is (substituting the correct values for account, network and camera And also using |
Same for me... |
OK, had a stray CR at the end of my URL which seemed to cause a problem for my query using Postman. I have fixed it and exported to curl to get:
This returned
which I guess most of you are getting. Googling about... and no one seems to know how to view the "immis" stream :( |
Have you tried replacing Also not sure what you did with Postman, I have this (notice that I use owls instead of cameras):
and it is returning status code 404 with |
Yes, tried replacing it and using VLC to view it but got: I set up the log file for VLC and restarted it and tried again - but didn't get anything at all in the log (I may be doing something wrong). It's strange you are unable to even get the immis link back. The curls look almost identical... apart from the owls :) |
Same problem here, immis link can't be open in vlc |
I've successfully been able to implement most of the key features that I wanted on my desktop program, thanks to this documentation, but I've never actually dealt with something using live streams.
The api returns the server as such
immis://3.133.151.88:443/XXXXXXXXXXXXXXXXXXX?client_id=228
What do I actually do with the url to view the livestream?
I tried using VLC media players network streaming, but it just tells me it can not open the stream. I'm assuming I need some sort of authentication for that.
Sorry if this is a simple, obvious question. This is just stumping me.
The text was updated successfully, but these errors were encountered: