teltek / Galicaster

The Galicaster Project is an open initiative to provide flexible, state-of-the-art solutions for recording educational multimedia contents like lectures and conferences
galicaster.teltek.es
Other
35 stars 31 forks source link

Set capture.device.timezone #472

Closed smarquard closed 7 years ago

smarquard commented 7 years ago

Opencast 2.x complains if the CA timezone is not set correctly, and in cases where the CA is in a different timezone to the core, it seems helpful information to know.

Galicaster should set the CA property:

capture.device.timezone

to the local timezone string as reported by the server (e.g. "Africa/Johannesburg" or "Europe/Madrid")

Alfro commented 7 years ago

I don't see a reason not to do it, so I asked my colleague @dpeite to implement this. It should be done very soon! Thanks @smarquard!

Alfro commented 7 years ago

@smarquard Can you confirm if it works now?

smarquard commented 7 years ago

Confirmed that capture.device.timezone now shows up in the agent properties, and also in the mediapackage XML on the OC server side (mh_scheduled_event).

Alfro commented 7 years ago

Awesome, Thanks!