forked from alpapado/bbb-download
-
Notifications
You must be signed in to change notification settings - Fork 47
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
mp4 not generated for some rebuilds #9
Comments
Hi - I am also facing the same problem |
You can fix this problem with this patch:
|
or change: with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
For new recordings of short duration the mp4 is created.
Did a Rebuild on an existing BBB recording and the mp4 was not generated.
Looked into /var/log/bigbluebutton/download/meetingid.log
Looked liked the log had what FFmpeg was trying to do when converting the recording and here is the error at the end of the log.
bbb_version: 2.1.0
Traceback (most recent call last):
File "/usr/local/bigbluebutton/core/scripts/post_publish/download.py", line 288, in
main()
File "/usr/local/bigbluebutton/core/scripts/post_publish/download.py", line 267, in main
dictionary, length, dims = prepare(bbb_version)
File "/usr/local/bigbluebutton/core/scripts/post_publish/download.py", line 183, in prepare
dictionary, length = extract_timings(bbb_version)
File "/usr/local/bigbluebutton/core/scripts/post_publish/download.py", line 57, in extract_timings
temp = float(out_times[len(out_times) - 1])
ValueError: could not convert string to float:
Would appreciate if you could point in the right direction.
The text was updated successfully, but these errors were encountered: