flutter_ffplay
flutter_ffplay copied to clipboard
A video player powered by ffmpeg.
The stream works perfectly with HTTP, would you consider implementing for it to support RTSP as well? Thanks
I have web camera and it is streaming video, but stream can be played only by ffmpeg (because stream in mjpeg format), so how can I play stream on my...
Hi, I'm trying to use this plugin on Windows. I have Visual Studio 2019 and I can compile without errors the ffmpeg from my pub cache (...\pub\hosted\pub.dartlang.org\flutter_ffplay-0.0.1) using the `cxx/build.sh`...
As title Or does it work standalone? For example if we distribute to a company?
ninja: error: '.../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_ffplay-0.0.1/cxx/build/android_arm/lib/libavformat.a', needed by '.../untitled1flutter_ffplay/build/flutter_ffplay/intermediates/cmake/debug/obj/armeabi-v7a/libffmpeg.so', missing and no known rule to make it
- [x] FFmpeg version : 4.4 - [x] msys2 with MSVC ### FFmpeg compile config `CONFIG_ARGS=--enable-static --disable-shared --enable-pic --enable-gpl --enable-nonfree --disable-programs --enable-decoders --enable-encoders --enable-muxers --disable-network --disable-postproc --disable-avdevice --disable-protocols --disable-doc --disable-filters...
Would it be possible to be able to make this work with flutter pi? the flutter pi video player uses Gstreamer. But it throws warning and it crashes. [flutterpi_gstreamer_video_player](https://github.com/ardera/flutter_packages/tree/main/packages/flutterpi_gstreamer_video_player)