Hi,
I'm not Lars, but I guess it will serve :P
You should not use the default H2 database in production, but only for testing purposes. I'm sure that there are ways to connect to the H2 database and delete the records for your old recordings, but I don't know them, and for testing it is easier to simply delete the database file(s) and start from scratch.
With a "normal" database (MySQL, MariaDB, Postgre, etc.) you can always use the usual tools and use an SQL command to edit the URLs in the database --specifically, the "mediapackage" column that contains an XML representation of the published mediapackage.
In any case, any new videos that you publish now should work
correctly.
Best regards
--
You received this message because you are subscribed to the Google Groups "Opencast Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to users+un...@opencast.org.
I have installed opencast in three servers type(admin, engin, worker). I only want to set engine server in https 443. I already install nginx in engine server and configurated it like wiki doc. https://opencast.jira.com/wiki/plugins/servlet/mobile?contentId=48037897#content/view/48037897
I understand that new configuration only affects new events. That's no problem, we are in test environment with only 4 records.
My question is if I have custom.propierties in admin server and engine server, in which server I must set org.opencastproject.server.url=http://yourdomain.com???
Both? I only want serve public engine in https but internal work in 8080.
Thankyou!