mjpeg 0.0.3 copy "mjpeg: ^0.0.3" to clipboard
mjpeg: ^0.0.3 copied to clipboard

MJPEG video streaming for Flutter.

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"

and also this to the top-most <manifest> tag:

    xmlns:tools="http://schemas.android.com/tools"
2
likes
20
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

MJPEG video streaming for Flutter.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mjpeg

Packages that implement mjpeg