opencast-ilias / OpenCast

Opencast plugin for ILIAS LMS. The plugin shows a Opencast series as an ILIAS object. This version of the ILIAS plugin for Opencast is operated and developed collaboratively by a community. The University of Bern acts as coordinative maintainer.
GNU General Public License v3.0
12 stars 14 forks source link

fix livestream playback issues by removing hlsConfig options #287

Closed reiferschris closed 3 weeks ago

reiferschris commented 1 month ago

this removes hlsConfig options that are not recommended instead we use the defaults from hlsConfig by not defining those options liveSyncDurationCount: 3 highBufferWatchdogPeriod: 3 maxBufferLength: 30

fixes https://github.com/opencast-ilias/OpenCast/issues/286

ferishili commented 1 month ago

Hi @reiferschris, thank you. I've tested it and can confirm that it works as expected.

The FIX foe release_8 is also provided #288

dagraf commented 3 weeks ago

@chfsx Can you please have a look at the code of this PR and merge it, if erverything is fine or comment it, if necessary? Thx!