Non-standard input event for uploaded media
Non-standard input event for uploaded media
Back to Changelog
FastPix now emits a non-standard event so you can know when an uploaded video falls outside the recommended ingest format. The event video.media.non_standard_format.detected carries the media details in the response, along with the non-standard reason that explains why the input was flagged.
Non-standard inputs are still transcoded and made available for playback whenever possible — this event is purely informational and does not affect the standard media-ready lifecycle.
To consume the event, subscribe to video.media.non_standard_format.detected on your existing webhook endpoint. Existing webhook signatures and retry semantics apply unchanged.