bbb-rec-perm
bbb-rec-perm copied to clipboard
unsupportedRequest with podcast and screenshare links
Hi,
I am setting up bbb-rec-perm with Scalelite 1.1.
Getting the nginx to work out of Docker was a bit painful, but i managed to do it.
Problem is only presentations are working as expected. For podcast and screenshare versions, i get this XML response :
<response>
<returncode>FAILED</returncode>
<messageKey>unsupportedRequest</messageKey>
<message>This request is not supported.</message>
<script/></response>
I am using auth-scalelite.py for auth.py. Commenting auth request for podcast or screenshare allow (always, obviously) to access them.
Everything is running on Debian 9, in case this is helpful.