Hannes Winkler
Hannes Winkler
> ```dart > _controller = FlutterpiVideoPlayerController.withGstreamerPipeline( > 'rtspsrc location="rtsp://192.168.31.170:554" ! queue max-size-buffers=2 ! rtph264depay ! h264parse ! decodebin ! autovideosink sync=false appsink name="sink"' > ); > ``` First, you need...
Sorry for the delay. That's probably a bug. The hardware mouse cursor is not really well-supported, it's only a help for debugging, if you don't have a touchscreen. Maybe this...
Is your touchscreen controller an AR1100 by any chance?
Sorry for the delay, I was away for the past few weeks. I'm a bit split about libseat, it's not available in debian bullseye, so I'd have to either statically...
Did you build flutter-pi with audioplayers support? ``` cmake -DBUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN=ON -DTRY_BUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN=OFF ... ```
@philseeley Hey, can you try building with these parameters: ``` cmake ... -DBUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN=ON -DTRY_BUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN=OFF ``` The `off` on the second one is important, otherwise it'll happily continue building flutter-pi without...
Hey @krush62 thanks for the kind words! Yes, this is indeed the same problem as #448 . Unfortunately linux desktop plugins are not compatible with flutter-pi, because they have their...