Amazon Fire streaming using stream for cameras?

Hello

I have some Amazon Fire HDs setup running Fully Kiosk Browser and I was wondering if I can stream my hikvision cameras to the Fires? I have it working perfectly on my tv with built in chromecast when the door bell is pushed. I cannot figure of if is actually possible to a Fire?
[media_player.kitchen_screen]

this is what I use for the TV but no matter what I try I cannot get the stream to send to the fire… you probably cannot?

- alias: Doorbell_test
  initial_state: 'on'
  trigger:
    platform: event
    event_type: xiaomi_aqara.click
    event_data:
      entity_id: binary_sensor.switch_158d0004017ca2
      click_type: single
  condition: 
    condition: state
    entity_id: remote.livingroom
    state: 'on'
  action:
    - service: remote.send_command
      data:
        entity_id: remote.livingroom
        command:
          - Pause  
        device: Kodi PC
        delay_secs: 0.2
    - service: remote.send_command
      data:
        entity_id: remote.livingroom
        command:
          - Pause  
        device: 54847043
        delay_secs: 0.2
    - service: camera.play_stream
      data:
        entity_id: camera.front_garden_stream
        media_player: media_player.43pus7303_12
    #    media_player: media_player.kitchen_screen
    - delay: '00:02:00'
    - service: media_player.turn_off
      data:
        entity_id: media_player.43pus7303_12