Hey! I’m using Video SDK for livestreaming in my app, and I’d like to save the streamed videos in a mobile-friendly format so they can be shown as recorded content within the app. However, Zoom currently saves all videos in a desktop format. Do you have any ideas on how to save the videos in a mobile format? Also, is it possible to use own cloud instead of zoom video cloud?
You can read about cloud recording here: Video SDK - React Native - Cloud recording - Zoom Developers
Yes, you can use your own storage: Video SDK APIs - Zoom Developers
The recording file is saved as an mp4
file. This should be playable on a mobile device but you can also transcode this to a different format yourself.
This topic was automatically closed after 30 days. New replies are no longer allowed.