alexmercerind / dart_vlc

Flutter bindings to libVLC.
GNU Lesser General Public License v2.1
513 stars 137 forks source link

MacOs dart_vlc not such file #382

Open ANC1024GO opened 1 year ago

ANC1024GO commented 1 year ago

LOG /example/build/macos/Build/Products/Debug/example.app/Contents/Frameworks/dart_vlc.framework/dart_vlc' (no such file)

dart_vlc.framework not such file, readme.md in not such macOs install example or lib url

nikage commented 1 year ago

@ANC1024GO The maintainer seem to suspend the development of this repo( see #379).

If I get everything right so far, I see no macos support in the code. Maybe it is supposed to work via ffi but I'm not sure. Please correct me if I'm wrong.

alexmercerind commented 1 year ago

@ANC1024GO @nikage,

Yeah you are right about both things. package:media_kit should meet all your demands.

FYI: It uses libmpv instead of libVLC. All the other advantages are already listed on the issue you linked.

ANC1024GO commented 1 year ago

@ANC1024GO The maintainer seem to suspend the development of this repo( see #379).

If I get everything right so far, I see no macos support in the code. Maybe it is supposed to work via ffi but I'm not sure. Please correct me if I'm wrong.

Thanks, I'm glad you took the time to remind me. , media_kit mac seek hls bug not fix #395