Reviews for MyIPCam for IP cameras
MyIPCam for IP cameras by Denfllow
Rated 3.2 out of 5
3.2 Stars out of 5
Developer response
posted 2 years agoMain functions such as camera viewing and PTZ-control in the pop-up window are free
24 reviews
- by Gigabillou, 13 days agoRated 5 out of 5
- by kingkoz, 4 months agoRated 4 out of 5
- by ReRyRo, 6 months agoRated 1 out of 5For some reason Amcrest is in the dropdown for MPEG (but doesn't work) but it's not in the IP dropdown selection list. So this doesn't work at all for my Amcrest setup.
Edit: Responded to developer, explaining that I can't use Amcrest's web interface since it keeps asking me to install their web client, which I have done several times. This was the reason I installed this extension. Awaiting additional help from developer...Developer response
posted 6 months agoTry to open web Amcrest camera web interface. Then Open 'Video' settings and select "Encode Mode"=MJPEG for "Sub Stream". Here is full instructions:
https://twitter.com/MyIPCamApp/status/1041722224930181120 - by Luiz George, 6 months agoRated 4 out of 5
- by Firefox user 14732443, 10 months agoRated 5 out of 5
- by TraspenG, a year agoRated 1 out of 5
- by Firefox user 15472663, a year agoRated 3 out of 5
- by Firefox user 15329347, a year agoRated 5 out of 5
- by BigEd, a year agoRated 1 out of 5
- by Firefox_DEV64, a year agoRated 1 out of 5
- by Ahmedak, a year agoRated 3 out of 5its good extension but after every Firefox update ,the settings are deleted and has to be reset again
- by FastKC, 2 years agoRated 5 out of 5
- by Firefox user 13881620, 2 years agoRated 2 out of 5
- by scryptic, 2 years agoRated 5 out of 5Very configurable and good layout. Supports up to 24 cameras.
Developer response
posted 2 years agoMain functions such as camera viewing and PTZ-control in the pop-up window are free- by Firefox user 14231902, 2 years agoRated 5 out of 5
- by Firefox user 14051203, 3 years agoRated 1 out of 5Kept popping up payment request when trying to review, would have been happy to pay a little for this if it wasn't so obnoxious! Also could not find any PTZ controls.
Developer response
posted 2 years agoHow to find PTZ controls: open pop-up window from toolbar, click on video from camera. PTZ buttons will appears below video image. - by cyberplanete, 3 years agoRated 5 out of 5I have used it for quite a while now. It's a very good extension. Good work.
- by Ben, 3 years agoRated 2 out of 5I had a bit of a fight with this add-on. The local storage will not remember its settings across sessions if the user has Firefox set to make all cookies, session cookies (this affects local storage too) - the Privacy: Keep until I close Firefox, setting is the one.
I think you should be using: browser.storage.local instead of localStorage in an add-on. This gives the storage more 'privilege' and it's a lot less vulnerable.
Besides which, this add-on is crippleware which I think should be made clearer.Developer response
posted 3 years agoThanks for your review. I'll fix it in the next version.
why it happens:
<< Also in Firefox, you can prevent the browser from clearing local storage on uninstall by visiting "about:config" and setting the following two browser preferences to true: "keepUuidOnUninstall" and "keepStorageOnUninstall". This feature is provided to help developers test their extensions. Extensions themselves are not able to change these preferences.
Although this API is similar to Window.localStorage it is recommended that you don't use Window.localStorage in extension code. Firefox will clear data stored by extensions using the localStorage API in various scenarios where users clear their browsing history and data for privacy reasons, while data saved using the storage.local API will be correctly persisted in these scenarios. >>