François Trahay

Results 16 comments of François Trahay

I think that the problems comes from the "0.9.0" part of the URL. The script expects that this part is "2.0" (probably the version of BBB). My guess is that...

Well I was wrong, the `metadata.xml` is stored at the same place in version 0.9 and 2.0. Some scripts needed a few fixes because some files are not available (I...

It looks like depending on the BBB version of the server, the "play" button may be named differently. Commit #2298971 should fix this problem.

It is probably due to the authentification (which is not supported in bbb-downloader). It may be possible to send credentials to the web server (cf https://docs.python.org/3.1/howto/urllib2.html#id6 ). If you can...

Sorry, my instructions were not clear :) We need to find a way to enter the credentials using python. Could you save the following source code as `download.py`, change the...

It looks like making bbb-downloader manage the authentification will not be straightforward :( A possibility for downloading the video could be to make it public in BBB: https://docs.bigbluebutton.org/greenlight/gl-overview.html#viewing-recordings If you...