manishkatyan / bbb-mp4

Easily integrate bbb-mp4 app into your BigBlueButton server to automatically convert class recordings into MP4 videos.
MIT License
55 stars 41 forks source link

Improve Download buton #36

Closed notscape closed 3 years ago

notscape commented 3 years ago

Hi, with a minor change in download-button.js is possible to directly download de file instead of browser opening another tab showing the mp4 video. Only adding a download tag in the anchor definition like: a.setAttribute("download", url.pathname.split("/")[4])

I've tested it and works great ! Cheers

arun-hel commented 3 years ago

@notscape Thanks for the suggestion we will definitely try it.