Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的颤振应用程序中使用Agora RTC 引擎进行视频聊天。
我想录制视频聊天并将其保存到移动设备的本地存储中。知道怎么做吗?我正在寻找Agora将视频帧上传到服务器的代码。
Agora 提供了多种将视频流直接保存到云端的解决方案,但不提供将其保存在本地存储上的 inApp 解决方案。为了做到这一点,我建议使用这个包(https://pub.dev/packages/flutter_screen_recording)从移动屏幕捕获和录制视频和音频。