I'm the developer on a comprehensive Apple TV app for the Nest called Feather (featherapp.co). One issue that I've run into is that users are expecting to be able to view the live feed of their cameras.
Has anyone determined any way of accessing the live feed of the camera? I've done quite a bit of reverse engineering but I believe the stream itself is protected by some sort of DRM.
It looks like it's an RTMP stream that takes a format like below:
rtmps://oculus387-vir.dropcam.com/nexus/[cameraid]
with some parameters
_sessionToken,_isHD,_camera.uuid,time
I've tried a number of things but I'm never really able to establish a connection to the source. I'm a little out of my depth here, as an application developer getting into the more hardcore streaming technology. Any insight would be really appreciated!