Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which URL & more info & example in README #12

Closed
npettiaux opened this issue Jun 20, 2020 · 5 comments
Closed

which URL & more info & example in README #12

npettiaux opened this issue Jun 20, 2020 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@npettiaux
Copy link

Hello,
I can't run the scripts
I tried "download_bbb_data.py https://bbb-1.wsweet.cloud/playback/presentation/2.0/playback.html?meetingId=5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906" et
"capture-full-replay.sh https://bbb-1.wsweet.cloud/playback/presentation/2.0/playback.html?meetingId=5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906"
sans succès.
Le README.sh dit "To download BBB videos and slides, simply pass its URL to the download_bbb_data.py:" mais pas quel URL utiliser fourni par greenlight. Et dans celui-ci la vidéo de Olivier n'est pas claire non plus.
Idée par exempe :

  • une doc avec un exemple qui marche
  • une vidéo d'aide sur cet exemple que chacun peut tester en partant juste de greenlight
    Merci bcp
@trahay
Copy link
Owner

trahay commented Jun 20, 2020

Bonjour,
Je suis d'accord qu'il faudrait améliorer la doc à ce sujet.
Maintenant, l'url à passer aux scripts est effectivement https://bbb-1.wsweet.cloud/playback/presentation/2.0/playback.html?meetingId=5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906. Exemple sur ma machine:

$ ./download_bbb_data.py https://bbb-1.wsweet.cloud/playback/presentation/2.0/playback.html?meetingId=5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906
Downloading Slides
[1/9]  presentation/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1592392602918/slide-2.png
[2/9]  presentation/deskshare.png
[3/9]  presentation/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1592392602918/slide-2.png
[4/9]  presentation/deskshare.png
[5/9]  presentation/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1592392602918/slide-2.png
[6/9]  presentation/deskshare.png
[7/9]  presentation/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1592392602918/slide-2.png
[8/9]  presentation/deskshare.png
[9/9]  presentation/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1592392602918/slide-2.png
Downloading Thumbnails
[1/3]  https://bbb-1.wsweet.cloud/presentation/5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906/presentation/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1592392602918/thumbnails/thumb-1.png
[2/3]  https://bbb-1.wsweet.cloud/presentation/5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906/presentation/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1592392602918/thumbnails/thumb-2.png
[3/3]  https://bbb-1.wsweet.cloud/presentation/5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906/presentation/d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1592392602918/thumbnails/thumb-3.png
Downloading Videos
[...]

Donc, si ça ne fonctionne pas chez vous, je pense qu'il y a un autre problème que l'URL. Pouvez vous nous donner l'affichage produit par download_bbb_data.py ?

@npettiaux
Copy link
Author

j'ai changé de shell (de zsh où j'avais
./download_bbb_data.py https://bbb-1.wsweet.cloud/playback/presentation/2.0/playback.html?meetingId=5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906
zsh: no matches found: https://bbb-1.wsweet.cloud/playback/presentation/2.0/playback.html?meetingId=5be6398e0ccb303cf079a3cb52a6ba4f2bd26a81-1592392602906
à bash où cela marche. Bizarre bizarre. Si vous avez des idées, elles sont bienvenues. Merci

@olberger
Copy link
Collaborator

Hmmm... strange: zsh won't do where bash does ? :-/ I don't have zsh to test, sorry...

@olberger olberger added the help wanted Extra attention is needed label Jun 20, 2020
@olberger
Copy link
Collaborator

26c6aa9 provides more docs, which should address your remark. Feel free to suggest more explanations if that's still not clear.

@andygr
Copy link

andygr commented Aug 24, 2020

Hello,

I tried the download script but I am getting this error:

./download_bbb_data.py https://bigbluebutton.cosmonetgroup.com/playback/presentation/2.0/playback.html?meetingId=805ad66d939b0d3b324892f010a8c331594eb699-1598200572904

Traceback (most recent call last):
  File "./download_bbb_data.py", line 9, in <module>
    import numpy as np
ImportError: No module named 'numpy'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants