Search code examples
fluttervideowebsocketstreamrecord

How to record a stream in flutter


I have a video stream that I get through a websocket in my app and I want to know if i can record it like it is a video without showing it on the screen ? I'd love to know how to do it if anyone know, thanks!


Solution

  • I found a good way to record my stream with FFMPEG and a tutorial in this video : https://youtu.be/Z5vBs8Mk5rA?t=581

    It work fine for now