Aarlo integration on mobile app

Hi folks
I integrated my arlo system into home-assistant by aarlo module from hacs. On my computer everything works so far fine. I can stream live video from the cameras and am also able to view already recorded videos. But on my iphone live stream isn’t working. Nothing happen when I click on the camera to view the live stream. But viewing already recorded videos from arlo on the home assistant mobile app is working. Any ideas?

Integration in configuration.yaml is as fallowing:

aarlo:
  username: !secret arlo_username
  password: !secret arlo_password
  refresh_devices_every: 2
  stream_timeout: 120
  user_agent: linux

camera:
  - platform: aarlo

in ui-lovelace.yaml i have this:

- entity: camera.aarlo_entry
        image_click: play
        name: Entry
        play_direct: true
        show:
          - motion
          - sound
          - snapshot
          - captured_today
          - image_date
        top_date: false
        top_status: false
        top_title: false
        type: 'custom:aarlo-glance'