Live Video Stream + Video Recording + Image Stream in Flutter
Introduction
I had this project where I needed to stream the video+audio to a backend RTMP Server, and also needed to do a local recording, along with some ML Model inferencing locally.
The usual Flutter Camera package: https://pub.dev/packages/came...
blog.tensorclan.tech6 min read
Trinh Minh Duc
Freelancer Software Developer
Hello, thank you for the post. I am also developing an app using the camera plugin to stream rtmp video, but ran into a problem. If the internet connection is weak or disconnected, the plugin will throw a Java IOException, saying endpoint not connected. Have you encountered this problem and how did you solve it?