pinkfish / flutter_rtmppublisher

Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
BSD 3-Clause "New" or "Revised" License
95 stars 121 forks source link

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

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.

satyajitghana commented 3 years ago

You might have to modify the opengl buffer in the native implementation before pushing it to rtmp