flutter_macos_video_player
flutter_macos_video_player copied to clipboard
When using the VideoPlayerController.networkUrl constructor with custom HTTP headers, the headers are not being sent correctly to the server. Despite providing the necessary headers, the server does not receive the...
This is the error log that is confirmed when building on macOS. how can i solve it? I'm using macOS Ventura 13.3.1. Debug service listening on ws://127.0.0.1:57589/PtUgE77eblw=/ws Syncing files to...
I installed the package as instructed in the readme, but I don't know how to use it. Can you provide some sample code?
Hello, I'm using a M1 with `video_player_macos: 1.0.6` and `video_player: ^2.4.4` The player view remains black, with no sound and an infinite loader. I don't know how I can help...
I could not succeed to open an m3u8 url with this library. Is it ever possible? The following URL opens fine with video_player on iOS and Android but not on...
I'm trying to use this video player in a presentation app, similar to Powerpoint or Keynote. I have videos packaged with my app assets that I'd like to play in...
``` Unhandled Exception: PlatformException(VideoError, Failed to load video: The operation could not be completed, null, null) ``` for both network and file: * `VideoPlayerController.network('https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4'...` * `VideoPlayerController.file(File('/tmp/Butterfly-209.mp4'))` ``` dependencies: flutter: sdk:...
The FLT prefix is the prefix used by code written and published by the Flutter project. Your code should use its own prefix, per Apple's naming conventions, to prevent collisions...