GithubHelp home page GithubHelp logo

Comments (57)

bsr126 avatar bsr126 commented on June 9, 2024 2

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024 1

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Hey, did you get an error message? Which Python version? Maybe the bigbluebutton link of your conference is broken or they upgraded something 🤔?
Could you send me the link for test reason?
Thanks for the report!

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Try following steps:

  1. download Python3

  2. download download.pyz file:
    https://github.com/Th3R3alDuk3/BigBlueButtonDownloader/releases/download/v1.3/downloader.pyz

  3. open windows cmd prompt - press WIN+R and enter cmd

  4. now u can use the windows command shell

  5. switch directory to the corresponding folder using cd

  6. execute following command:

python downloader.pyz meeting_2021-03-11 https://website.org/playback/presentation/2.0/playback.html?meetingId=123...

or

python3 downloader.pyz meeting_2021-03-11 https://website.org/playback/presentation/2.0/playback.html?meetingId=123...

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Example: https://www.google.com/search?q=open+windows+command+prompt&client=ms-android-oneplus&prmd=vin&source=lnms&tbm=vid&sa=X&sqi=2&ved=2ahUKEwiNgqungo3yAhXWEFkFHWsCDSIQ_AUoAXoECAIQAQ&biw=384&bih=700#fpstate=ive&vld=cid:a7978e59,vid:uE9WgNr3OjM,st:0

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Okay i requested access for those links.

You can share the bigbluebutton link too if you want.
This allows me to debug all steps.

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Okay i found out the problem.
The webcam.webm file ist correct because noone used a webcam. But the deskshare.webm was missing. The problem is that bigbluebutton uses a new way to display presentations. In the past they recorded a deskshare video. I need some time to fix that issue. Thanks a lot for your report and examples.

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Okay because of time trouble (im currently writing my master exam) i can recommand the bbb-dl project.

You just need to do following things:

  1. install ffmpeg
  2. open WIN+R and type cmd
  3. because python3 is already installed, you can type: pip install bbb-dl
    • or use: python -m pip install bbb-dl
  4. right now you need some time

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

image

That needs some time, because of the application renders a video from all your slides.

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Here is a possible output = https://filetransfer.io/data-package/wrRl4lF1#link

image

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

If you open the index.html file both .mp4 and .webm will play synchrone.
Otherwise here ist the .mp4 version with sound.
https://filetransfer.io/data-package/hvEIOyPP#link

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Im not able to see your screenshots

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

And again no attachments 😅

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Ah okay maybe i have a solution ...

Untitled

bbb-dl.exe is located at C:\Users\thug\AppData\Local\Programs\Python\Python37\Scripts .
Replace username thug with your username and Python37 with your version Python39 i guess.

If u like to add inline images ... just drop them into the textarea.

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

You're welcome!

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

python -m pip install pycairo

There are some dependencies missing. 🤔
Maybe more then just pycairo. Feel free to ask again.

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Okay. I will prepare a docker image for you. Then u have no dependencies and just have to execute one single command ... but first breakfast ;)

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

So first download docker for windows:
https://www.docker.com/get-started
Execute Docker Desktop application so that a small icon is in your traybar.

image

image

  1. open terminal - WIN+R and cmd
  2. now you should execute a docker run command. First time you execute, it will take a lot of time because my image is beeing downloaded.
    • replace C:\Users\thug\Downloads with your own download directory

docker run -v C:\Users\thug\Downloads:/mnt/tmp -w /mnt/tmp th3r3alduk3/bbb-dl bbb-dl -h

image

Now you have to wait maybe 20-30 mins ^^

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Docker is really cool and absolutely suitable for this purpose.

I hope that the installation added the path to your system environment vars otherwise you have to add the path to be able to execute docker in terminal.

image

Here is the corresponding Dockerfile.
So you're able to see there is no bad stuff inside the container.

FROM ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && \
    apt install -y ffmpeg && \
    apt install -y python3 python3-pip && \
    pip install bbb-dl

https://hub.docker.com/r/th3r3alduk3/bbb-dl

Have fun :P ...

image

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Does it work, or have I overwhelmed you?

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

okay send me your links and ill convert all videos for you :P

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

GOGOGO
image

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Thanks 4 your offer :P

https://filetransfer.io/data-package/sh3sZ6IQ#link

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Hey sure you can :P. My Name ist Paul and im from Germany (Berlin). I'm happy that I can help you. If you have more links just send them to me.

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

https://filetransfer.io/data-package/8yVDqPL7#link

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

https://filetransfer.io/data-package/ubAn0rNj#link

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Ohha round about 300 slides ^^
This will take some time :P ... maybe 3 hours

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

https://filetransfer.io/data-package/W2XbwzGW#link

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

https://filetransfer.io/data-package/xyvN5eIH#link

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

no everthing is fine. yesterday was a full day :P

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

https://filetransfer.io/data-package/WjpqFzx2#link

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

https://filetransfer.io/data-package/HE1j6ODo#link

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

im free right now ;)
just send my all your links :P

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Th3R3alDuk3 avatar Th3R3alDuk3 commented on June 9, 2024

Oh, that's very nice of you. I feel flattered and you don't need to give me a present :P.
I love programming so it's not really a job for me.
If you need help again you can write to me at any time, my friend.
Best greetings from Germany.
I hope you rock the exam!!!

https://filetransfer.io/data-package/NgMpb3CJ#link

from bigbluebuttondownloader.

bsr126 avatar bsr126 commented on June 9, 2024

from bigbluebuttondownloader.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.