I would like to use the FIFO Muxer to smooth out network streaming bandwidth inconsistencies. I would like to be able to vary the bit rate of the encoder in response to fifo queue delay/size.
I know I can set drop_pkts_on_overflow true and then use averror(eagain) to know when the queue is full. Can a callback or polling be used to monitor muxer queue? Please point me to any examples you have. Thanks
_______________________________________________ Libav-user mailing list -- [email protected] To unsubscribe send an email to [email protected]
