Hello,

While developing an application using ffmpeg (libavcodec), I encountered a problem when using URL links in the avformat_open_input function. When using a link to a stream (for example, to MP3 radio), the function stalls for a while trying to buffer frames. I couldn't find a way to avoid this behavior in order to defer buffering to another part of the application, for example, when calling avcodec_receive_frame or another function. Are there any mechanisms for disabling or configuring buffering in ffmpeg?

Best regards,
Nikolay Borodin.

_______________________________________________
ffmpeg-user mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to