Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#3431 closed defect (worksforme)

ffmpeg 2.2 doesn't recognize -cookies option.

Reported by: streamfreak Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: http cookie regression
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Carl Eugen Hoyos)

Summary of the bug:
How to reproduce:
compiled latest master with default options on centos 6.4

ffmpeg version N-61050-g2dcaa1b Copyright (c) 2000-2014 the FFmpeg developers
  built on Mar  3 2014 15:15:56 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3)
  configuration: --enable-nonfree
  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
Unrecognized option 'cookies'.
Error splitting the argument list: Option not found


if this the same as defect #3096 ?

Change History (4)

comment:1 by streamfreak, 10 years ago

Component: undeterminedavformat

comment:2 by Carl Eugen Hoyos, 10 years ago

Resolution: worksforme
Status: newclosed

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).

comment:3 by Carl Eugen Hoyos, 9 years ago

Keywords: cookie added; cookies removed

comment:4 by Carl Eugen Hoyos, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.