-
Notifications
You must be signed in to change notification settings - Fork 19
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
multicam not able to reach video - but link on error page works? #46
Comments
Hi @gleep52, please check via browser developer tools, if the mentioned url is the same in Please paste a screenshot of the error-message that appears. Maybe it is an error page from OP and not from the Plugin My current assumption is, that OPs Test-Function expect a different response from the camera stream (e.g. no content-type): |
I do not see any white spaces in the code... here is the page I am referring too. It does NOT work on the normal webcam page either... openmiko firmware was supposed to be octoprint compatible natively but I seem to have issues with it's fluidity of playback and wifi connection. I am now using the standard RTSP firmware from Wyze directly and have it in Blue Iris again - that's the URL listed in this screenshot: That exact link on that page is clickable - and it also streams from VLC with that same info... |
Hi @gleep52, the screencast-image shows a different url like mentioned in the first comment. |
This is kind of merged with the other issue I opened. I’m back to using blue iris to generate my mjpg stream since it’s much more reliable than the openmiko firmware. With blue iris you tell it which stream type then a slash and the cameras short name… ddd = 3D ( for my 3d printers). ;) edit: and yes stream is visible in a browser tab. The link on the error screen is clickable and opens right up. |
hmmm...running out of ideas.
Did you take a look into the Browser-Console, maybe there is a CORS-Issue? |
When I curl my stream I get this output:
I do not believe there is any kind of redirection of video going on. My curl response has the allow origin from anywhere... Do you see anything else in my curl output that could help pin point why it doesn't work? |
I have exactly the same issue here - the browser is giving a CORS policy error. |
When I fill in the values to my mjpg stream (no password required) I can paste it in any browser and it pops up the mjpg stream instantly. I am using the openmiko firmware on my Wyze V2 camera which is supposedly made for octoprint.
Multicam fails to pull the video and brings up an error page with a link to the video it is trying and that link, when clicked from the error page, works in the tab it opens. Why can't multicam pull the video feed if it's working?
If I test the snapshot url it works - and returns a static pic. If I test the stream it never connects and populates the test page.
https://github.com/openmiko/openmiko is the firmware I'm using.
The values I put into multicam are here:
http://192.168.3.215:8080/?action=snapshot
http://192.168.3.215:8080/?action=stream
But it fails to load the stream - any ideas why?
The text was updated successfully, but these errors were encountered: