#1291: The  custom user-agent option is ignored after the initial connection 
when
using HTTP Live Streaming (HLS)
-------------------------------------+-------------------------------------
             Reporter:  xnp          |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  user-        |               Blocked By:
  agent,HLS,HTTP Live Streaming      |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Hello.

 The "-user-agent" option is ignored after the initial connection to an HLS
 server.

 When running this command line:
 ffmpeg -user-agent myuseragent http://someserver/playlist.m3u8 -c copy -

 I get this network dump for the initial connection to someserver:

 GET /playlist.m3u8 HTTP/1.1.
 User-Agent: myuseragent
 ...


 But in the (automated) consecutive connections (after the initial .ts
 segments are consumed) I see this:

 GET /playlist.m3u8 HTTP/1.1.
 User-Agent: Lavf54.3.100.
 ...


 Which means that the custom user-agent option is somehow ignored after the
 initial connection to the server.


 Version: ffmpeg version N-40092-g3bbf3f7
 OS: Windows (MinGW)

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1291>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to