[FFmpeg-trac] #3431(avformat:closed): ffmpeg 2.2 doesn't recognize -cookies option.

FFmpeg trac at avcodec.org
Mon Mar 3 12:40:36 CET 2014


#3431: ffmpeg 2.2 doesn't recognize -cookies option.
-------------------------------------+-------------------------------------
             Reporter:  oglop        |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  http         |  worksforme
  cookies regression                 |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Please reopen this ticket if you can provide a failing command line.
 {{{
 $ ffmpeg -cookies "nlqptid=nltid=tsn; path=/; domain=somedomain.com;" -i
 http://samples.ffmpeg.org/V-codecs/CYUV.AVI -f null -
 ffmpeg version N-61050-g2dcaa1b Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Mar  3 2014 12:33:32 with gcc 4.7 (SUSE Linux)
   configuration: --enable-libx264 --enable-gpl
   libavutil      52. 66.100 / 52. 66.100
   libavcodec     55. 52.102 / 55. 52.102
   libavformat    55. 33.100 / 55. 33.100
   libavdevice    55. 10.100 / 55. 10.100
   libavfilter     4.  2.100 /  4.  2.100
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 18.100 /  0. 18.100
   libpostproc    52.  3.100 / 52.  3.100
 Guessed Channel Layout for  Input Stream #0.1 : mono
 Input #0, avi, from 'http://samples.ffmpeg.org/V-codecs/CYUV.AVI':
   Duration: 00:00:00.93, start: 0.000000, bitrate: 18582 kb/s
     Stream #0:0: Video: cyuv (cyuv / 0x76757963), uyvy422, 320x240, 15
 tbr, 15 tbn, 15 tbc
     Stream #0:1: Audio: pcm_u8 ([1][0][0][0] / 0x0001), 11025 Hz, mono,
 u8, 88 kb/s
 Output #0, null, to 'pipe:':
   Metadata:
     encoder         : Lavf55.33.100
     Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 320x240,
 q=2-31, 200 kb/s, 90k tbn, 15 tbc
     Stream #0:1: Audio: pcm_s16le, 11025 Hz, mono, s16, 176 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (cyuv -> rawvideo)
   Stream #0:1 -> #0:1 (pcm_u8 -> pcm_s16le)
 Press [q] to stop, [?] for help
 [null @ 0x342bd60] Encoder did not produce proper pts, making some up.
 frame=   14 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.93 bitrate=N/A
 video:1kB audio:20kB subtitle:0 data:0 global headers:0kB muxing overhead
 -100.100357%
 }}}

 Completely unrelated: The configure option {{{--enable-nonfree}}} has only
 negative effects, please remove it from your configure line (unless you
 are enabling proprietary external libraries).

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


More information about the FFmpeg-trac mailing list