2 Messages
Alexa Skill upgrade
Why hasn't SimpliSafe done this?
If you’re a developer and want to integrate your security camera footage into an Alexa skill, you can do so by implementing the Alexa.CameraStreamController
interface in your Alexa skill1. This will allow users to view the feed from their security cameras. If your security camera device is capable of real-time communication (RTC), you can implement the Alexa.RTCSessionController
interface instead1.
You can build an Alexa skill for cloud-enabled cameras that stream video and audio by using the Real Time Streaming Protocol (RTSP). To use the CameraStreamController API, you’ll need to meet certain prerequisites and SLA requirements, such as using RTSP + RTP streaming protocol, interleaved TCP on port 443 (for both RTP and RTSP), and TCP socket encryption on port 443 using TLS 1.21.
McSmacky
2 Messages
1 year ago
I just want to be able to summon my livestream feed from my FireTV or Echo Show or Alexa app from my couch!
0
0
emily_s
Community Admin
•
3.4K Messages
1 year ago
Hi @McSmacky,
SimpliSafe uses our own unique method of secure video storage so we can make sure that your data is private and locked down tight. At this time, the only way to access your cameras' video footage is through the SimpliSafe mobile app or your online account. If that ever changes, we'll be sure to let the Community know.
1
0