flutter_mjpeg 1.3.0 copy "flutter_mjpeg: ^1.3.0" to clipboard
flutter_mjpeg: ^1.3.0 copied to clipboard

outdated

Flutter widget to show mjpeg stream from URL, mainly used by ip camera, stop itself when not on screen

flutter_mjpeg #

Flutter widget to show mjpeg stream from URL

This is a full dart implementation of MJPEG reader. No native involve.

Usage #

Mjpeg(
  stream: 'http://192.168.1.24:8080/video.cgi',
)

API #

stream : URL of the MJPEG stream

width : force width

height : force height

error : error builder used when an error occurred

loading : loading builder used until first frame arrived

fit : boxFit of the image

37
likes
40
points
1k
downloads

Publisher

verified publishermylisabox.com

Weekly Downloads

Flutter widget to show mjpeg stream from URL, mainly used by ip camera, stop itself when not on screen

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter, flutter_hooks, flutter_widgets, http

More

Packages that depend on flutter_mjpeg