blaise-io / acelink

Play Ace Streams on macOS using Docker.
MIT License
747 stars 49 forks source link

Reproduce acestream on ios flutter app with video_player #56

Closed chdzma closed 1 year ago

chdzma commented 1 year ago

Question

Hi,

I'm trying to reproduce a link generated by acelink in an application I'm developing but I can't get it to work.

I get the following error: [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(VideoError, Failed to load video: Operation Stopped, null, null)

I have searched and they talk about what could be the server and in this link they comment on a solution: https://github.com/flutter/flutter/issues/56665#issuecomment-831247911

Is this possible to work with acelink?

Thanks