[FFmpeg-user] Problem with decoding an MP3 stream introduced after April 6th

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Apr 19 09:37:05 CEST 2013


Dennis Volodomanov <volodomanov <at> gmail.com> writes:

>  ffmpeg -loglevel 99 -i http://radio.retro-retro.ru

In the past, ffmpeg used a ffmpeg-specific user agent 
when opening http streams, it now uses a common string 
to allow access to http servers that expect a "normal" 
browser.

Workaround is to use:
$ ffmpeg -user-agent something_random -i http://radio.retro-retro.ru

See ticket #2265 for a similar (Google-) page that 
also behaves strangely, unfortunately in the 
opposite way.

Carl Eugen



More information about the ffmpeg-user mailing list