Hey All,
Greg, in answer to your reply, didn't actually work for us as we're using Apache for the Shibboleth authentication to our back end authorization systems, in discussion with others there is hesitance to use Nginx and Shibboleth, so I guess we're waiting until 13.6 (does anyone know of a release date or some way we can beta test it?)
I did some more testing on Opencast 13.5, regardless of the use of internal or stand alone editors, we get the same issues. Just so it's not necessary to search through the thread, this is our current config in dev
- Admin node -
Shibboleth Authentication for instructors/staff to admin interface
Apache Proxy
Allows staff (once granted access to their series) to edit/download/publish their media
- Presentation Node -
Ngnix proxy
Serves media via LTI links to our LMS to LTI authenticated course members
Access to Engage UI only available to Admins
So when the instructor needs to publish their media, they access the admin interface and edit the media they want to edit/publish
The stand alone player is more verbose and after a bit of digging we found mention of a file called by the admin node during the edit process (edit.json - I know this is mentioned in multiple posts) - this file specifically mentions the presentation server is there somewhere we can force this to the admin node when the file is created?
So I looked at the TOML file and made changes to the one on the admin node, there is now mention of two settings keys - subtitles.icon and opencast.local which are ignored as they aren't present in another file called config.ts - so we need to move across the entire build.
We have a version of the Editor deployed via npm as a test, just wondering what we need to do to replace the current on dev and more specifically where?
Or do we wait, no problems trashing the dev system if someone can point us in the right direction
Regards
Steve