Escam QF001

The image looks good on the frontend, but when I do an automation to send to IOS it doesn’t work.

I leave the settings I have

Configuration:

ffmpeg:

camera:

  - platform: ffmpeg
    input: rtsp://192.168.1.10:554/user=admin&password=Null&channel=1&stream=1.sdp/
    name: Entrada
    extra_arguments: -an

automation:

  alias: Porta Entrada Aberta
  trigger:
  - entity_id: binary_sensor.door_window_sensor_158d0001c31560
    for:
      seconds: '1'
    platform: state
    to: 'on'
  action:
  - data:
      data:
        entity_id: camera.entrada
        push:
          badge: 0
          category: camera
          sound: US-EN-Daisy-Front-Door-Open.wav
      message: Porta da entrada Aberta
      title: '!!! ALERTA  !!!'
    service: notify.ios_joaophone
  initial_state: 'on'

Notification appears on ios phone, but then can’t see camera image