Release notes for version 4.9.2

Released to Production on 14 September 2017

CaptureCast Platform 4.9.2

  • Fixed a bug where an internal library used by certain plugins was limited to 2560x2048 resolution

Web Server Plugin 3.1.15

  • Emit an event when web server is started up, so other plugins can hook into web server startup.

Cranium Plugin 1.1.2

  • Delay pushing initial information on startup to when the web server is available, to prevent a situation where CaptureCast pushes to Cranium, and then Cranium tries to ping CaptureCast before the web server is available and gets a bad response (and sets the status to “not connected”).

Live Preview Plugin 3.2.5

  • Since the Tatvik encoder crash only seems to happen with the H264 (video) encoder, audio-only RTMP preview is now re-enabled by default.
    • RTMP enabled setting split into two settings: enable-rtmp-audio-preview and enable-rtmp-video-preview.
    • enable-rtmp-audio-preview (default true) controls whether RTMP is available for audio-only previews (recordings and devices)
    • enable-rtmp-video-preview (default false) controls whether RTMP is enable for video or audio-video previews
    • enable-rtmp-preview setting, if present, overrides both of these

ShotDetect Plugin 1.0.1

  • Internally limit transmitted scene change entries to one per second, since we use seconds granularity (and because too much data can overwhelm downstream processors)