mjpeg_view 1.0.0
mjpeg_view: ^1.0.0 copied to clipboard
Provide a viewer to play motion jpeg as a Flutter widget.
mjpeg_view #
Provide a viewer to play motion jpeg as a Flutter widget.
Usage #
MjpegView(
uri: 'http://192.168.0.1:8000/video.mjpg',
)
There is a repository that compiles links to publicly available motion jpegs. These sources are good to try as well.(Be careful not to overload them.) https://github.com/AzwadFawadHasan/Public_MotionJPEG_Sources?tab=readme-ov-file
License #
Credits #
This library is inspired by the following repository
Thank you for your great work<3