Jibri REST API

HTTP control API exposed by Jibri (Jitsi BRoadcasting Infrastructure) for starting and stopping recording or live-streaming sessions, reporting health, and surfacing the busy/idle state of a Jibri instance. Used by Jicofo and orchestrators when fanning recording or RTMP streaming load across a Jibri pool.

Jibri REST API is one of 10 APIs that Jitsi publishes on the APIs.io network.

Tagged areas include Jibri, Recording, Live Streaming, REST, and Self-Hosted. The published artifact set on APIs.io includes API documentation.

API entry from apis.yml

apis.yml Raw ↑
aid: jitsi:jibri-rest-api
name: Jibri REST API
tags:
- Jibri
- Recording
- Live Streaming
- REST
- Self-Hosted
humanURL: https://github.com/jitsi/jibri
baseURL: http://localhost:2222
properties:
- url: https://github.com/jitsi/jibri
  name: Jibri
  type: Documentation
- url: https://github.com/jitsi/jibri/blob/master/doc/http_api.md
  name: Jibri HTTP API
  type: Documentation
- url: https://github.com/jitsi/jibri
  type: SourceCode
description: HTTP control API exposed by Jibri (Jitsi BRoadcasting Infrastructure) for starting and stopping
  recording or live-streaming sessions, reporting health, and surfacing the busy/idle state of a Jibri
  instance. Used by Jicofo and orchestrators when fanning recording or RTMP streaming load across a Jibri
  pool.