2017-11-28 1:46 GMT+01:00 Colin NG <colin_ng at hotmail.com>: > + char tmp_str[MAX_URL_SIZE]; > + char tmp_str_2[MAX_URL_SIZE]; Assuming this is not speed-critical code, please also allocate these two with av_malloc(), FFmpeg can be compiled for systems with tiny stack. Carl Eugen