Webhook events for detected ingest protocol

Back to Changelog
MAY 28, 2025
NewLive StreamingAPI

Live streams now emit dedicated webhook events that tell you which ingest protocol is being used as soon as the broadcast comes in. When a publisher connects, FastPix detects whether the stream is arriving over RTMP or SRT and fires the matching event, so your backend can react without inspecting the stream configuration.

New webhook events:

  • video.live_stream.rtmp_detected — fired when the live stream is being ingested over RTMP.
  • video.live_stream.srt_detected — fired when the live stream is being ingested over SRT.

These events make it straightforward to log ingest protocol per broadcast, route operational alerts, or branch downstream workflows based on how the publisher is connecting — without having to poll the live stream API.