Is it possible to ask Wowza to drop the incoming stream for a few seconds and only start transcoding/packaging from a key frame, e.g. start transcoding/packaging on the first Key Frame in input streams after x seconds?
Asking because sometimes, wowza receives a bit of garbage in the first few frames on the input stream (RTMp or MPEG-TS) which leads to negative segments being created or inaccurate timecode, timecode jumping from 0 to current date on next frame!
So would like to basically ignore the first few frames/seconds to be able to start on a clean input stream.
Happy to create a module for this if you have pointers to which class/methods to override.