collab-project / videojs-record

video.js plugin for recording audio/video/image files
https://collab-project.github.io/videojs-record
MIT License
1.39k stars 313 forks source link

Display progress control in the control bar #23

Open bygiro opened 8 years ago

bygiro commented 8 years ago

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.

maxpaj commented 7 years ago

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

thijstriemstra commented 6 years ago

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.

pjchender commented 5 years ago

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

thijstriemstra commented 5 years ago

@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

maxpaj commented 5 years ago

@thijstriemstra awesome! :)

thijstriemstra commented 4 years ago

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