On iOS & android work fine. ```dart _controller = CachedVideoPlayerController.network( urlToVideo, httpHeaders: {"Authorization": "Bearer ${ref.read(authProvider)!.token}"}, formatHint: VideoFormat.other, ) ``` <img width="563" alt="Screenshot 2024-09-09 alle 16 06 00" src="https://github.com/user-attachments/assets/9f19375b-7c43-447a-b057-0bd72753c3a2">