bbb-downloader
bbb-downloader copied to clipboard
Error with link
hello i am trying to use your code in order to download my presentation from bbb, The code says that the link is not a bbb URL. Do you have any suggestion ?? my link is
http://msc.pe.uth.gr/playback/presentation/0.9.0/playback.html?meetingId=b0762acfe0ffc56b8d3cf224d8c25f11b0b0cf1d-1479275870903&fbclid=IwAR0K_s98dJNJq8dlI1Qzzx6AZ0WqmuwmHcB0Pt1LSPIGXSu9ttsQbCHJNFY
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 the metadata file for bbb presentations changed between version 0.9 and version 2.0, so fixing this bug will require to understand where the metadata.xml
file is stored and how it is structured.
so do you have any code for this? any suggestion? Thanks in advance
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 don't know where deskshare.webm
and webcam.webm
are stored).
You should be able to record your presentation thanks to commit #b4cb4cf
You may have to remove the &fbclid=
part of the URL in your case.