AgoraIO / Basic-Video-Broadcasting

Sample app to join/leave a channel, set the role as a host/audience, mute/unmute, switch between front/rear cameras, and set the video parameters.
MIT License
269 stars 287 forks source link

Saving the video locally #103

Closed enriquejuan2 closed 4 years ago

enriquejuan2 commented 4 years ago

I have successfully implemented the library into my app but i was wondering if it is possible to save the video to the local storage of the device or upload it to a cloud storage platform.

Thanks in advance

yoreland commented 4 years ago

Hi, if you just want to get the real time video recorded. The solution for you is the cloud recording. Please check below guideline if it fit your requirement: https://docs.agora.io/en/cloud-recording/product_cloud_recording

enriquejuan2 commented 4 years ago

Thanks this is exactly what i am looking for.