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

[Feature Request]: Can we have image stream AND video stream to RTMP? #61

Open satyajitghana opened 3 years ago

satyajitghana commented 3 years ago

I want to stream the video to RTMP, and also get a image stream (frame-by-frame) into flutter so i can do some local processing. Is this possible ?

I've seen the official flutter camera plugin, which could do something like this with some modification. The OpenGL frame needs to be written and sent back on event stream.