Frigate keine audio auf IOS

Servus, ich versuche mich aktuell mit frigate auf meiner Tapo c220. Bisher hat auch alles nach ein paar ups and downs ziemlich gut funktioniert. Frigate läuft erfolgreich auf meine raspberrypi 5 und mein HA Green greift drauf zu. Frigate Card läuft einwandfrei (auf meine Mac) und mittlerweile hört man sogar live und im record Ton (auch auf meinem Mac). Wechsel ich jedoch zu meiner companion app auf meinem Iphone unter IOS 18, höre ich weder ton, noch sehe ich überhaupt die option (in der frigate card


) den ton überhaupt anzuschalten, obwohl das auf dem Desktop einwandfrei funktioniert.

Hier meine konfiguration:

 mqtt:
  host: 192.168.2.77
  user: mqttuser
  password: passwort

detectors:
  cpu1:
    type: cpu

ffmpeg:
  # Nutzt das Generic‑Audio‑AAC‑Preset für alle Aufnahmen
  output_args:
    record: preset-record-generic-audio-aac

go2rtc:
  streams:
    wohnzimmer:
      - rtsp://TapoWohnzimmer:passwort@192.168.2.125:554/stream1
      - ffmpeg:wohnzimmer#audio=aac

cameras:
  wohnzimmer:
    ffmpeg:
      inputs:
        - path: rtsp://TapoWohnzimmer:passwort@192.168.2.125:554/stream1
          roles:
            - detect
            - record
            - audio
    detect:
      enabled: true
      width: 1280
      height: 720
      fps: 15
    record:
      enabled: true
      retain:
        days: 1
    snapshots:
      enabled: true
      timestamp: true
      bounding_box: true
      retain:
        default: 1
    objects:
      track:
        - person
        - cat

Villeicht weiss einer von euch ja woran es liegen könnte, ChatGPT ist auch am ende seiner kräfte.