bbb-playback icon indicating copy to clipboard operation
bbb-playback copied to clipboard

Local player for downloaded raw data

Open krim404 opened this issue 1 year ago • 3 comments

We possess numerous recordings from BBB that we intend to distribute to the original authors as a downloadable archive. Converting them to MP4 is no option, as they need the chat feature and want to use the preview functions in the timeline.

Currently, the bbb-playback scripts function exclusively when executed from a web server. Is it feasible to create/export the player in a way that allows it to operate directly from a local drive? Like opening a playback.html file within the standard recording files, which include the metadata.xml, etc

krim404 avatar Nov 14 '23 17:11 krim404

Not sure if this works exactly the way you want but you can give it a try https://github.com/bigbluebutton/bbb-playback#standalone-recordings

pedrobmarin avatar Nov 15 '23 17:11 pedrobmarin

sadly no, as this requires a webserver as far as i can see. A webbrowser always opens a html file instead of a folder, which results in a blank white page.

krim404 avatar Nov 16 '23 08:11 krim404

I wonder how easy would be to wrap this in an electron app. @frankemax have you ever built one of those using create-react-app?

pedrobmarin avatar Nov 16 '23 22:11 pedrobmarin