ryanheise
ryanheise
I'm on stable. 2.2.2. (I've been prompted to upgrade, but I expect if this version works, newer versions will also work.)
For now, I would go for the solution used in just_audio_background so that the front-end plugin doesn't hard-code anything. What that involves is just exposing some static method that will...
> @alexmercerind One little problem here: for a player's id, `just_audio` uses uuid while `dart_vlc` uses int... Will it be a big problem for you to change that? I can...
Just FYI I have published a new audio_session which includes the no-ops for Linux and Windows.
Hi all. @bdlukaa has just published a [just_audio_libwinmedia](https://pub.dev/packages/just_audio_libwinmedia) based on libwinmedia which adds Windows and Linux support to just_audio. The just_audio example directory has been updated to demonstrate how to...
I did have to manually install the shared lib dependencies, but even still I was getting a freeze without any actual error message. For me the freeze happens at the...
> @ryanheise @bdlukaa @alexmercerind I was able to run just_audio example without freezes under Linux after slightly patching libwinmedia(typo, merged) and example code(preload: false). Looks like something wrong with preloading....
Awesome! Thanks, @Sotneo and @alexmercerind . It seems to be working well so far on my Linux box.
@nathanfranke can you elaborate?
Just tagging @UnicornsOnLSD into the conversation, who was contemplating a GStreamer implementation in #103 : > For Linux, I've wanted to make a GStreamer package for a while but never...