Ring Doorbell - Save Video & Cast to device

Curious whether anybody has already got a set-up for their Ring Doorbell?
I’m looking to save the file in my www folder with a date/time stamp (seen the automation for this here)

Then I’m wanting to cast that media to a media device (Google Nest Hub) as I’ve created the below automation but fails

homeassistant.exceptions.HomeAssistantError: camera.front_door does not support play stream service

  alias: '[Ring Doorbell] Cast to Kitchen Display'
  description: ''
  trigger:
  - platform: state
    entity_id: binary_sensor.front_door_ding
    to: 'on'
  condition: []
  action:
  - service: camera.play_stream
    data:
      media_player: media_player.kitchen_display
    entity_id: camera.front_door
  mode: single
1 Like

I met the same problem.
The strangest point is that I can play ring camera entity to chromecast by “media browser”.

Played by media browser O
camera.play_stream service X

I don’t know the difference.