[FFmpeg-trac] #2265(undetermined:closed): Some http addresses cannot be opened

FFmpeg trac at avcodec.org
Sat Apr 6 21:19:41 CEST 2013


#2265: Some http addresses cannot be opened
-------------------------------------+-------------------------------------
             Reporter:  cehoyos      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  videolan     |               Resolution:  fixed
  http                               |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Changes (by ubitux):

 * status:  open => closed
 * resolution:   => fixed


Comment:

 Fixed in 1fabd950.

 Note that something is very funny:

 This doesn't work:
 {{{
 ffplay -user-agent 'Foobar/1.0'
 'http://translate.google.com/translate_tts?tl=fr&q=l%E8vres'
 }}}

 This on the other hand does:
 {{{
 ffplay -user-agent 'Mozilla/5.0'
 'http://translate.google.com/translate_tts?tl=fr&q=l%E8vres'
 }}}

 Now the funny part:

 This does actually "work":
 {{{
 ffplay -user-agent 'Foobar/1.0'
 'http://translate.google.com/translate_tts?tl=fr&q=l%E8vresa'
 }}}

 But sounds different from:
 {{{
 ffplay -user-agent 'Mozilla/5.0
 'http://translate.google.com/translate_tts?tl=fr&q=l%E8vresa'
 }}}

 Note that the difference between "levres" and "levresa" is that the later
 is not an existing word.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2265#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list