Emad Bagheri
Emad Bagheri
Hello, I just tested it too and was happy to find this solution! And just was wondering the same how to enable end users to download the .mp4 file without...
> Thanks for the ideas. Welcome for PRs > > At present files are storing here: `/var/www/bigbluebutton-default/record` > So, you can easily download by: `https://bbb_host/record/myfile.mp4` > This idea can be...
> My tip is put recording path in config file for default value and optional parameter on scripts, for security reasons. In my prototype idea, all records files are private...
> > Thanks for the ideas. Welcome for PRs > > At present files are storing here: `/var/www/bigbluebutton-default/record` > > So, you can easily download by: `https://bbb_host/record/myfile.mp4` > > This...
Hi, Thanks for your help. Im sure that the entered password is correct and I double checked it with `cat /etc/ipsec.secrets` Here is the `syslog` > Sep 7 05:25:59 srv194863...
All the certificates seem to exist. `certbot certificates` > Saving debug log to /var/log/letsencrypt/letsencrypt.log > > - - - - - - - - - - - - - -...
Had the same problem and fixed with what @tschussler said. Thanks a lot. (although both hello ar and tango core crash after build & run)
copy all the elements from [ax_player.xml](https://raw.githubusercontent.com/jaydeepw/audio-wife/master/libAudioWife/app/src/main/res/layout/aw_player.xml) to your recycler view item's xml. then find each of them by id like other elements in your `ViewHolder`. then set each of them...