I want to play H264 video stream(raspberry pi's camera) at my flutter application(Android) via Bluetooth, now I can read and transfer h264 compressed data use picamera
in Python, but I haven't any ideas to show it in Flutter, I'm not familiar with video encoding.
I want to know how I can do. Thanks!