[FFmpeg-trac] #6061(undetermined:new): -headers option not found (ffmpeg 3.2.2 Windows)

FFmpeg trac at avcodec.org
Thu Jan 5 14:55:39 EET 2017


#6061: -headers option not found (ffmpeg 3.2.2 Windows)
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  rasmusvhansen                      |                 Priority:  normal
               Status:  new          |                  Version:
            Component:               |  unspecified
  undetermined                       |               Blocked By:
             Keywords:               |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 I am trying to add a custom http header when streaming to a http server by
 using the -headers option.

 using http://user:password@localhost:8082/stream1 does not work either (no
 "Authorization" header is added to the request).
 Is the -headers option not supported on Windows? Or am I doing something
 totally wrong here?

 How to reproduce:
 {{{
 C:\github\video\src\server>ffmpeg -headers "a:b" -i cropped.ts
 http://localhost:8082/stream1
 ffmpeg version 3.2.2 Copyright (c) 2000-2016 the FFmpeg developers
   built with gcc 5.4.0 (GCC)
   configuration: --enable-gpl --enable-version3 --enable-dxva2 --enable-
 libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig
 --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-
 libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-
 libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-
 libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-
 libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp
 --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora
 --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-
 libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-
 libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-
 libzimg --enable-lzma --enable-decklink --enable-zlib
   libavutil      55. 34.100 / 55. 34.100
   libavcodec     57. 64.101 / 57. 64.101
   libavformat    57. 56.100 / 57. 56.100
   libavdevice    57.  1.100 / 57.  1.100
   libavfilter     6. 65.100 /  6. 65.100
   libswscale      4.  2.100 /  4.  2.100
   libswresample   2.  3.100 /  2.  3.100
   libpostproc    54.  1.100 / 54.  1.100
 Option headers not found.
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6061>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list