Last updated:
0 purchases
mjpeg
flutter_mjpeg #
This plugin provides MJPEG video streaming for Flutter. It uses ipcam-view library for Android part, and a custom implementation for iOS part.
This is just a proof-of-concept, rather than a full-fledged plugin. Pull requests are welcome.
Getting Started #
See the example for details.
When you try this plugin in your own app, the compiler will complain about duplicate value in AndroidManifest.xml. Add the following to <application> tag of your AndroidManifest.xml:
tools:replace="android:label"
copied to clipboard
and also this to the top-most <manifest> tag:
xmlns:tools="http://schemas.android.com/tools"
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.