Skip to content

Deprecated

A record of technology and features that have been removed from the HVC platform, and what replaced them. Use this page to understand why certain things in the codebase are no longer active.

Wowza Streaming Engine

StatusRemoved
Replaced byOvenMediaEngine
Used forMeeting recording
Ownershvc-api (start/stop), hvc-services / hvc-filePushApi (recording pipeline)

Wowza was previously used to record meetings. Recording was moved to OvenMediaEngine:

  • hvc-api starts/stops recording via OvenMediaEngine.
  • Recordings still land in Azure Blob (hvc-filePushApi) and are moved into tenant storage by hvc-services.

Residual traces in the codebase (not active):

  • hvc-services still has a wowza config section (IWowzaApi) — largely disabled/commented out.
  • Older recorded events may contain log entries whose notes mention the old Wowza domain; new recordings do not.

See also

Released under the MIT License.