[FFmpeg-trac] #1291(avformat:reopened): The custom user-agent option is ignored after the initial connection when using HTTP Live Streaming (HLS)

FFmpeg trac at avcodec.org
Tue Apr 9 20:59:52 CEST 2013


#1291: The  custom user-agent option is ignored after the initial connection when
using HTTP Live Streaming (HLS)
------------------------------------+------------------------------------
             Reporter:  xnp         |                    Owner:
                 Type:  defect      |                   Status:  reopened
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  hls         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by blappv):

 * cc: blappv@… (added)
 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 I passed user-agent "User-Agent: My MX Player/1.0" within other custom
 headers (cookie) with url
 "http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8":

 The first request was sent as expected:

 GET /devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8
 HTTP/1.1
 Accept: */*
 Connection: close
 Host: devimages.apple.com
 User-Agent: My MX Player/1.0
 Cookie: mobileuser=blapp


 But the subsequence requests ignored the custom headers:

 GET /devimages.apple.com/iphone/samples/bipbop/gear1/fileSequence0.ts
 HTTP/1.1
 User-Agent: '''Lavf54.63.102'''
 Accept: */*
 Connection: close
 Host: devimages.apple.com

 [[BR]]
 The original issue was reported at
 https://groups.google.com/forum/?fromgroups=#!topic/mx-
 videoplayer/w4rpkK66zMc

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


More information about the FFmpeg-trac mailing list