vue-webrtc icon indicating copy to clipboard operation
vue-webrtc copied to clipboard

how record video and audio to media file and save it in storage

Open AhmadAlaswadDev opened this issue 3 years ago • 3 comments
trafficstars

how can I record video and audio for all peers and save it as mp4 file to upload it to cloud service such as GCP or AWS

AhmadAlaswadDev avatar Sep 23 '22 11:09 AhmadAlaswadDev

You would need a media server for that ... I would suggest Wowza.

westonsoftware avatar Sep 23 '22 18:09 westonsoftware

thank you for answering but how can integrate it with vue-webrtc ?

is there native way to get the buffer for specific channel or user using vue-webrtc ? so i can save it as mp4 file and upload it to cloud service

AhmadAlaswadDev avatar Sep 24 '22 11:09 AhmadAlaswadDev

You might try something like this ... https://github.com/muaz-khan/RecordRTC But you will be limited by memory and only to a single stream on the client side.

westonsoftware avatar Sep 24 '22 12:09 westonsoftware