cod3r0k

Results 71 comments of cod3r0k

> > > So many papers about gan. I am a fresh man, I do not know which paper I should begin to read and learn. Anyone else could give...

Hi, is there any update? @radic4

Dear @tilmanmoser, Do you have any idea about this error? I can run manually successfully with the following command. But It never run automatically in post publish process ``` cd...

> Did you install the post publish hook as described in the readme? > > ``` > # (as root or with sudo) > cd /opt/bbb-video-download > export BBB_VIDEO_DOWNLOAD_DIR="$( cd...

> Just to clarify on that: You did install the v2.3 post publish hook which sets the "-f" flag that is now required to run the script? > > If...

Dear @tilmanmoser , I install another 2.3.0 BBB. I clearly installed bbb-video-download. It runs properly in manual mode. But it isn't run automatically. BTW, I show the log of post_publish.log...

> Have a look at /var/bigbluebutton/published/presentation/d1abf9c6b6edc0cd4d0daa15f64ecb7cbaab48f3-1619800960786 on your server - since the log doesn't show any error, it should have a video.mp4 file inside. Thanks @tilmanmoser , Unfortunately I can't...

I put both of them @tilmanmoser , Is eveything OK? post_publish_recording_ready_callback.rb ``` require "trollop" require 'net/http' require "jwt" require "java_properties" require File.expand_path('../../../lib/recordandplayback', __FILE__) logger = Logger.new("/var/log/bigbluebutton/post_publish.log", 'weekly' ) logger.level =...

Thanks for your attention @tilmanmoser. I installed BBB 2.3.0 today from the bbb_install.sh shell script correctly. My output of $(cat /etc/passwd | grep bigbluebutton | cut -d: -f3) and $(cat...

> Strange. Unfortunately I have currently no bbb2.3 running; the hook for v2.3 was provided by users of the script. I might upgrade soon, but will definitely not do so...