sai
sai

Reputation: 21

How to record video and audio in angular 7 project using HTML5 video tag?

I want to record a 2 minutes video in angular 7 project but I haven't found any code. I have tried webRTC and it also does not work

Upvotes: 0

Views: 6833

Answers (1)

user3266327
user3266327

Reputation: 36

You can refer to https://www.npmjs.com/package/videojs-record, I think it's good for your purpouse

Upvotes: 2

Related Questions