videojs-record icon indicating copy to clipboard operation
videojs-record copied to clipboard

Display progress control in the control bar

Open bygiro opened this issue 10 years ago • 6 comments

It would be nice to add the progress control in the control bar, so it would be possible to have more control of the playing of the just recorded video.

bygiro avatar Nov 23 '15 13:11 bygiro

I believe the issue here lies with that the webm produced while recording with RecordRTC does not contain that metadata.

maxpaj avatar May 14 '17 08:05 maxpaj

I believe the issue here lies with that the webm produced while recording with RecordRTC does not contain that metadata.

Which is a Firefox issue, see this bugzilla ticket and thread about using ffmpeg to fix it (serverside) here: https://github.com/collab-project/videojs-record/issues/31#issuecomment-168441974

With audio-only this might not be a problem though because a different format is used.

thijstriemstra avatar Aug 02 '18 02:08 thijstriemstra

@thijstriemstra I use Chrome to record webm video, however I still can't get the video duration and metadata.

pjchender avatar Sep 20 '18 07:09 pjchender

@PJCHENder and @maxpaj, it's now possible to record video and inject metadata afterwards using the ts-ebml plugin. See https://github.com/collab-project/videojs-record/wiki/Plugins#ts-ebml

thijstriemstra avatar Jan 09 '19 19:01 thijstriemstra

@thijstriemstra awesome! :)

maxpaj avatar Jan 14 '19 09:01 maxpaj

videojs-wavesurfer supports the progress bar since v3.0.0 so implementing this in videojs-record should be a lot easier now.

thijstriemstra avatar May 15 '20 15:05 thijstriemstra