ponnamkarthik / FlutterRtmpPlublisher

A Flutter Plugins that helps you to brodcast Live via RTMP right from your flutter application
Other
53 stars 44 forks source link

Can we implement stream feature of capturing video by camera and a text overlay in video to RTMP? #18

Open kamleshwebtech opened 3 years ago

kamleshwebtech commented 3 years ago

My requirement is to capture video by camera then add an overlay at bottom of screen (something like fixed text/message) then want to stream screen output (capturing video + overlay text) on RTMP. Could you please suggest me how can I do this? Thanks a lot.