Isvisoft / flutter_screen_recording

A new Flutter plugin for record the screen.
MIT License
142 stars 138 forks source link

Can't record sound of apps. #91

Open SittiphanSittisak opened 1 year ago

SittiphanSittisak commented 1 year ago

For example with video call(web). When recording the video call, the sound of the interlocutor isn't recorded.

adnanatif commented 1 year ago

try this fork git: url: https://github.com/adigujjar/flutter_screen_recording.git path: flutter_screen_recording/ ref: 5e7273f079d2e326432e24a1310ac2924a470a05

SittiphanSittisak commented 1 year ago

Hi, can this fork disable autosave and return with Blob or byte(Uint8List or List<int>)?