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

Seems to be need an "user-agent" for requesting #90

Open
8zizek8 opened this issue Dec 5, 2023 · 11 comments
Open

Seems to be need an "user-agent" for requesting #90

8zizek8 opened this issue Dec 5, 2023 · 11 comments

Comments

@8zizek8
Copy link

8zizek8 commented Dec 5, 2023

I get this Error:

        open_http': 401 Unauthorized (OpenURI::HTTPError)

I think the reason is the lack of user-agent in the request

@hostbbb
Copy link

hostbbb commented Dec 5, 2023

are you trying to pull recordings from a bigbluebutton commercial hosting company. they may prevent file access unless its coming directly from the LMS.

@8zizek8
Copy link
Author

8zizek8 commented Dec 5, 2023

I want to download from lms system of typical website

@hostbbb
Copy link

hostbbb commented Dec 5, 2023

its possible with a bash script to download the events.xml, and the raw recording objects locally, then run the ruby script to create the mp4. but this only works wint 2.4, 2.5 does not work anymore with 2.6 and newer with the tldraw whiteboard. So this script only works with older bbb recordings. if you post a sample recording can tell you what version.

@8zizek8
Copy link
Author

8zizek8 commented Dec 5, 2023

Screenshot from 2023-12-06 01-18-09

@8zizek8
Copy link
Author

8zizek8 commented Dec 6, 2023

Screenshot from 2023-12-07 01-24-07

@8zizek8
Copy link
Author

8zizek8 commented Dec 6, 2023

Screenshot from 2023-12-07 01-25-48

@hostbbb
Copy link

hostbbb commented Dec 7, 2023

I see your issue.....

https://conf2.anisa.co.ir/presentation/aefeeb8e34eb48cdd846993a15051c80ca4593c1-1692879978011/metadata.xml

change your path... you have the playback link with the /playback/2.3/ so wont find the files.

@8zizek8
Copy link
Author

8zizek8 commented Dec 7, 2023

Thank you for your reply.
did you mean I should change url exactly to this:
https://conf2.anisa.co.ir/presentation/aefeeb8e34eb48cdd846993a15051c80ca4593c1-1692879978011/metadata.xml
?

@hostbbb
Copy link

hostbbb commented Dec 7, 2023

no, in the download ruby file PATH="https://conf2.anisa.co.ir/presentation/aefeeb8e34eb48cdd846993a15051c80ca4593c1-1692879978011/#{file}"

@8zizek8
Copy link
Author

8zizek8 commented Dec 7, 2023

Thank you, I downloaded it. Now I go to the next step

@8zizek8
Copy link
Author

8zizek8 commented Dec 7, 2023

The output is complete. Thank you.
Is it possible to remove the webcam and chat in the output so that the whole page becomes the main content?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants