Announcement: The Alexa Skills Community Is Moving To Stack Overflow

For improved usability and experience, Alexa skills related forum support will be transitioned to Stack Overflow. Effective January 10, 2024, the Amazon Developer Forums will no longer be available. For continued Alexa skills support you can reach out to us on Stack Overflow or via Contact Us.

question

newuser-3df6601a-bef3-4130-95bb-ebcb35d3c5eb avatar image

Smart Home Camera Skill, Stop streaming can not trigger lambda function

I can stop echo show camera stream by saying "Alexa ,stop". But my lambda function can't not receive the stop trigger. How can I receive the trigger while echo show is playing rtsp stream?

alexa smart homeecho showsmart homecamera
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

roy-1 avatar image
roy-1 answered

Hi there,
Thanks for posting. Currently, just the InitializeCameraStreams directive is available for the Alexa.CameraStreamController interface. When a user provides the utterance "Alexa, stop", they are requesting to stop playing the stream on a particular device that they were watching, which is why the request is resolved without sending any trigger back to the Skill.

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.