videojs-record
videojs-record copied to clipboard
video.js plugin for recording audio/video/image files
hello, i have been working on the vmsg plugin and found that deviceReady fire before the plugin init since the initiation of vmsg is async function. is there any other...
This feature provides a plugin register function. I follow this [strategy](https://github.com/silvermine/videojs-quality-selector#using-require). Why? I got an error (plugin record not found) when i import videojs and then import videojs-record. I discover...
Hi, It looks like the **setAudioOutput(device_id)** is broken as it's giving a "player is not defined" (even though I don't reference it as player) error in the console whenever I...
Hi, I want to display text tracks during recording and it is working at desktop browsers, but not on mobile ones. On mobile browsers like chrome or safari text tracks...
## Description I want mute functionality on live video but when I change audio: false in config, live recording is started again ## Steps to reproduce ``` this.config = {...
Hi @thijstriemstra , I made this repos with examples as i said here #596 . But, i dont know how to implement it here on this repo. Can you help...
## Description When call to start record, this message appears. ## Steps to reproduce - Start record ## Results ### Expected Starts record ### Actual Black screen ### Error output...
## Description I'm starting to record using a videojs-record element (audio only). At the same time I want to either play a video/audio stream in a videojs element on the...
## Description Unable to record a video from a device on iOS 15. This is reliably reproducible when recording a video that has a length of about 1.5-2 minutes. I...