is it possible to do realtime recording and saving at same time using cloudinary?

ascdsc
ascdsc Member Posts: 3
edited August 14 in Developer APIs

I am trying to build a webcame video recorder but i want it to be realtime , if user got if user got disconnected it should be stored up to that time

Tagged:

Answers

  • SreeCloudinary
    SreeCloudinary Member, Cloudinary Staff Posts: 44

    Hi @ascdsc

    While video stream recording isn't currently supported, you can use any 3rd party solution of recording your video, and then upload the result file to your Cloudinary for storage, further processing, and fast delivery via a worldwide CDN.

    When the user gets disconnected, you can call our Upload API method as shown here:

    https://cloudinary.com/documentation/image_upload_api_reference

    Hope this helps, please let me know if you have any further questions.


    Thanks,

    Sree