Adding Camera Duet2 Wifi RSTP problems & Chrome
-
Thank you for your reply.
I try this, but without function.
Do i have to restart the Duet board?
-
Or are there other special settings on Duet Web ?
Does it works with Chrome Brwoser? -
@uneumann36
I use Firefox
Can you try to open the link (with pw+user) in a chrome tab. That should show you the still picture... -
Hi, Thank you for your reply.
Yes this Works. -
@uneumann36
Then you have to play around with the settings in the DWC tab. Uncheck fix frame and embedded. -
Sadly, browsers no longer support RTSP. To get an IP camera to show up in DWC, it needs to have a facility to serve a still image.
-
@dc42
The wyze cam with modified fw has a build in rtsp-server.....
Mine is working with DWC. -
@dc42 said in Adding Camera Duet2 Wifi RSTP problems & Chrome:
it needs to have a facility to serve a still image.
You are right, as always. it's depending on browser.....Only working in firefox.
Does this mean that a service like "motion" is required for chrome ? -
Probably, though there are alternatives to motion.
You might also be able to find a plugin/extension for chrome to bring back RTSP, but haven't tried it myself.
-
Thank you for all information.
So i am not a computer expert.
I play with this more then a week without function.Does anybody know how to adjust my mofified Wyze Cam or Chrome Browser or DWC that this work?
May step by step?
Or is there no possibility to get this working?Thank´s
-
It would be great if someone has an idea how to solve this.
-
What version of DWC are you using? Someone else just reported some problems in the recent betas as well.
-
Hi
i use Duet Web Control 2.0.7 -
Unfortunately I'm not familiar with the Wyze cams or how they are functioning, but since you are using an older DWC I would think that the methods posted above would still work.
Have you tested in firefox to confirm if it's working there?
-
Yeah Firefox is also not working.
-
RTSP isn't supported by modern browsers, so DWC doesn't support it either. You need to use mjpg or something else.
-
Ok, sorry for the question,
But how to do? -
I hope someone has an idea
-
@uneumann36 well @DIY-O-Sphere says he has it working still, so I think there's something you're missing from the modification to the wyze cam. I don't have one myself, so I'm not much help, but it does appear to work for some.
-
I was able to get the Wyzecam V2 with the Dafang firmware working to provide a video feed in DWC using the Safari browser. The video is choppy, but sufficient to monitor the progress of a print. In the Dafang firmware, I changed the Codec for RTSP Server to "MPJEG" (MPJEG is probably a typo in the Dafang firmware) and the video size to 1280x720 (larger and smaller sizes also worked). I then assigned a fixed IP address to the Wyzecam on my router. In DWC, under Setting, General, Webcam, I inserted the Webcam URL as "http://xxx.xxx.x.xx/cgi-bin/currentpic.cgi" (where xxx.xxx.x.xx is the fixed IP address I assigned), set the Webcam update interval to 500ms, repeated the above URL exactly under URL to open when Webcam image is clicked, and turned off both "Do not append extra HTTP qualifier when reloading images" and "Embed webcam image in iframe." Hope this helps.