SmartTiles: Video Camera Compatibility

Do you get this is a plain browser window, or only in an embedded Media Tile? There’s a significant difference.

In either case, though, I would not be surprised if Nest is closing this as an unintentional backdoor.

1 Like

I replied to this same post you made on support.actiontiles.com.

Same idea as what Terry mentioned to troubleshoot.

It’s possible as he said that they are closing doors or potentially they could be rate limiting you somehow based on the frequency of refreshes across the board (not sure if they can monitor that with the “backdoor” url reference).

I haven’t experienced this yet, but will keep my eyes open for it and will let you know if I can reproduce.

Another thing you can do is go check and see if the embedded url we have all copied / pasted is the exact same from the public url again or if they changed it.

1 Like

Both. Those bums.

On a related note… If I try to use dropcam video streams rather than snapshots, I only get the top half of the frame… 'Sup wit dat?

Capture

I think they are trying to center on the “page”.

We’re working on Nest (public) stream embedding this week, actually. Already a first release to our Beta participants out last night. This contains some new Media Tile code that hopefully reduces quirks and increases reliability, but too soon to tell if it works.

Did you work out how to get the DCS2330L to show up in Fully Kiosk browser on android tablet by any chance? I have the same issue as you works in Chrome but not on the tablet…

thanks

I have the same issue with the Fire Tablet with the DCS-2330L, but it works on my iPad… I also use iP Cam viewer app to display all my camera’s…

I did it a little different. I read on one of the threads about using Tinycam. I ran Tinycam on the fire tablet and then set up the webserver and was able to play it an any others in my tile.

1 Like

Hey guys…
I am having similar problems like most.

Does anyone know if I connect Amcrest cameras to Synology NAS, would that do what Blue Iris or Tinycam can do???

I don’t know if this article is applicable or conclusive, but it does not mention the ability to transcode to, and serve, MJPEG streams.

Do you plan on having any support for onvif?

No.

Non-MJPEG streams are only supported if you run a transcoding server (like tinyCam, Blue Iris, etc.).

A lot of cameras can output rtsp feeds. Motion eye free software https://github.com/ccrisan/motioneye/wiki/Screenshots can transcode that to http. Can be run on Most Linux distro’s and even docker as well. There is even a RASP PI OS version also.

2 Likes

I have an Amcrest IP4M-1051 and I’m trying to view a snapshot. I’ve used several URL’s that I got from the site ispyconnect.com and most work when I paste them into Chrome or Firefox but none work in ActionTiles. These are a couple of the URL’s that I’ve used.

http://USERNAME:PASSWORD@DDNS.somedomain.com:9999/cgi-bin/snapshot.cgi?1

http://USERNAME:PASSWORD@DDNS.somedomain.com:9999/cgi-bin/snapshot.cgi?1&user=USERNAME&pwd=PASSWORD

username:password@address” is blocked by Chrome, Android Webview (i.e., Fully), and many other browsers.

I think it still works with Firefox on Android.

Check iSpy or other documentation to see if you can use parameters instead: i.e,. ?user=username&pwd=password or similar.

This may help:

2 Likes