Is it possible to execute both Recording and Live streaming methods at the same time?

Options

Hello,

I have developed live communication video tool using daily js.

Now I have developed recording feature using recording instance method. In order to extend recording feature, I am planning to use live streaming instance method to record HLS file under my private aws s3 bucket.

I prefer to execute both method (recording and live streaming) for recording both mp4 and HLS files for redundancy.

Is it possible to execute both methods simultaneously?

Answers

  • Ryoko
    Ryoko Member
    Options

    @rajneesh
    Thank you for giving me accurate information !

    I will implement it using the link you gave me.