Release notes for version 4.11.0-beta2

Released to Beta on 22 November 2017

CaptureCast Platform 4.11.0-beta2

  • Improved error reporting in OAuth portal client. Will now accurately report HTTP errors instead of JSON parsing errors.
  • Fixed a memory issue in the Media Processing Module where log handlers were not being removed on close.
  • Added ability to pass system settings to plugins (either in private_settings.json) or on command line.
    • A single setting can be specified with key <pluginId>.<settingName> or <simplePluginId>.<settingName>
    • Alternatively, a JSON object can be specified with key <pluginId> or <simplePluginId>.
    • <simplePluginId> here is the part of the plugin after the last dot, e.g. KalturaPlugin.

Kaltura Scheduling Plugin 1.0.2

  • Fixed issue where poll period field was not being parsed correctly.
  • Fixed issue where only the first page of events (30 events) would be fetched for a particular query.
  • Reduced logging.

Web UI Plugin 3.5.1

  • Fixed a regression where templates list did not refresh after update.
  • Fixed a regression where Learning Engine courses and members did not render correctly.

Video4Linux Plugin 1.3.1

  • Magewell Eco Capture cards now hardcoded to 60 FPS.
  • If FPS of card is not known at time of capture, attempt to capture at 60 anyway.

Console Plugin 3.2.2

  • Removed unused tabs and web services.
  • Script to dump heap of all CaptureCast process now included in /var/cattura/plugins/configurator/com.cattura.agents.hardware.console.ConsolePlugin/bin/dumpHeaps
    • Run as capturecast user: sudo -u capturecast ./dumpHeaps
    • Heaps will be dumped to /var/cattura/hprofs

Settings tab

  • Improved settings tab with a restart button after settings are saved.
  • Settings tab input is now validated as proper JSON.
  • Fixed link to CaptureCast settings reference.

Threads tab

  • Fixed rendering of threads tab in Firefox >= 57.
  • Threads tab now shows Publishing MPA Module.