-
-
Notifications
You must be signed in to change notification settings - Fork 172
not able to use dart_vlc (dart_vlc_ffi) together with flutter-pi to play video in widget #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That library is only built when using the linux desktop embedder and only works with the linux desktop embedder, it doesn't work with flutter-pi (at all). It's definitely possible to make dart_vlc working with flutter-pi, but that requires modification to both dart_vlc and flutter-pi, so let me know if you want to go down that route. As I mentioned on discord, there's two video players for flutter-pi: one based on omxplayer and one based on gstreamer.
|
Omxplayer is not the way, we should go further. I agree, it is deprecated and does not make sense to develop with it. |
Thanks!
|
Hi @ardera , Where can I find an example of gstreamer video playback in flutter-pi? |
Hey @DisDis ,
I'll update the readme with instructions once I merge it into master. |
Closing this since dart_vlc is not supported right now. |
We are not able to pass the obstacles to run video in flutter widget on rpi with flutter-pi. We run flutter-pi on archlinuxarm 32 bit armv7h and when we try to run the video in flutter, the error appears that we are missing
/usr/local/bin/lib/libdart_vlc_plugin.so
. I guess the missing lib is the issue, but we do not know how to build for it. Any kind of your help is much appriciated.I also noticed flutter-pi has some support for gstreamer in you feature branch. Play-pause of file or stream is what we need to use. So maybe this should be the way, how to implement the video to the widget.
The text was updated successfully, but these errors were encountered: