Opened 12 years ago

Closed 12 years ago

#805 closed defect (fixed)

ffMpeg parse failure on Windows for http url

Reported by: NokNok Developer Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

when executing:

ffmpeg -v info  -y  -i "http://o-o.preferred.iad09s12.v13.lscache5.c.youtube.com/videoplayback?sparams=id,expire,ip,ipbits,itag,source,ratebypass,cp&fexp=902906&itag=22&ip=184.0.0.0&signature=2F8186C0133422AA19C407B5495096F95A270381.32011B56660C098B6B0A7D88C845DAC48190EA2B&sver=3&ratebypass=yes&source=youtube&expire=1324434613&key=yt1&ipbits=8&cp=U0hRSVROUl9GTUNOMV9MSFZHOkFBZlFFZnkyVUgx&id=540efbd30a4b5fe4&quality=hd720"   -acodec libmp3lame  -ac 2 -ab 64000 -ar 44100 -async 48000  -vcodec mpeg2video  -r 25 -b:v 1200k -keyint_min 25 -g 15 -f mpeg -y "C:\NokNokTranscoder\work\21cdaaa4-ae8c-48b8-94b4-af4084debdb0.mpg"

Get the error:

[http @ 034B8C60] Key 'xpir' not found.
[http @ 034B8C60] Error parsing options string ,expire,ip,ipbits,itag,source,rat
ebypass,cp&fexp=902906&itag=22&ip=184.0.0.0&signature=2F8186C0133422AA19C407B5495096F95A270381.32011B56660C098B6B0A7D88C845DAC48190EA2B&sver=3&ratebypass=yes&source=youtube&expire=1324434613&key=yt1&ipbits=8&cp=U0hRSVROUl9GTUNOMV9MSFZHOkFBZlFFZnkyVUgx&id=540efbd30a4b5fe4&quality=hd720
http://o-o.preferred.iad09s12.v13.lscache5.c.youtube.com/videoplayback?sparams=id,expire,ip,ipbits,itag,source,ratebypass,cp&fexp=902906&itag=22&ip=184.0.0.0&signature=2F8186C0133422AA19C407B5495096F95A270381.32011B56660C098B6B0A7D88C845DAC48190EA2B&sver=3&ratebypass=yes&source=youtube&expire=1324434613&key=yt1&ipbits=8&cp=U0hRSVROUl9GTUNOMV9MSFZHOkFBZlFFZnkyVUgx&id=540efbd30a4b5fe4&quality=hd720: Not enough space

Change History (3)

comment:1 by Carl Eugen Hoyos, 12 years ago

Please provide complete, uncut console output of your command line.

comment:2 by NokNok Developer, 12 years ago

ffmpeg version N-35464-g4547d88-noknok_full_shared32, Copyright (c) 2000-2011 the FFmpeg developers

built on Dec 5 2011 17:11:07 with gcc 4.6.2
configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib --enable-nonfree --enable-libaacplus --enable-libfaac
libavutil 51. 30. 0 / 51. 30. 0
libavcodec 53. 40. 0 / 53. 40. 0
libavformat 53. 24. 0 / 53. 24. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 51. 0 / 2. 51. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0

[http @ 024F8B40] Key 'xpir' not found.
[http @ 024F8B40] Error parsing options string ,expire,ip,ipbits,itag,source,ratebypass,cp&fexp=902906&itag=22&ip=184.0.0.0&signature=2F8186C0133422AA19C407B5495096F95A270381.32011B56660C098B6B0A7D88C845DAC48190EA2B&sver=3&ratebypass=yes&source=youtube&expire=1324434613&key=yt1&ipbits=8&cp=U0hRSVROUl9GTUNOMV9MSFZHOkFBZlFFZnkyVUgx&id=540efbd30a4b5fe4&quality=hd720
http://o-o.preferred.iad09s12.v13.lscache5.c.youtube.com/videoplayback?sparams=id,expire,ip,ipbits,itag,source,ratebypass,cp&fexp=902906&itag=22&ip=184.0.0.0&signature=2F8186C0133422AA19C407B5495096F95A270381.32011B56660C098B6B0A7D88C845DAC48190EA2B&sver=3&ratebypass=yes&source=youtube&expire=1324434613&key=yt1&ipbits=8&cp=U0hRSVROUl9GTUNOMV9MSFZHOkFBZlFFZnkyVUgx&id=540efbd30a4b5fe4&quality=hd720: Not enough space

comment:3 by Michael Niedermayer, 12 years ago

Reproduced by developer: set
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.