Opened 10 years ago
Closed 10 years ago
#3973 closed defect (fixed)
RTSP method DESCRIBE failed
Reported by: | sssr33 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | rtsp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug:
ffmpeg and ffplay fails to open this streams which is works with vlc player:
rtsp://217.146.95.166:554/live/ch22yqcif.3gp
rtsp://217.146.95.166:554/live/ch23yqcif.3gp
rtsp://217.146.95.166:554/live/ch24yqcif.3gp
I have tried this to reproduce with latest(20140924-git-3bc0361) ffmpeg and ffplay zeranoe build.
How to reproduce:
% ffmpeg -i any_of_links_listed_above output.file ffmpeg version libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 4.103 / 56. 4.103 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 built on Sep 23 2014 22:01:38 with gcc 4.9.1 (GCC)
Change History (4)
comment:1 by , 10 years ago
Summary: | RTSP method DESCRIBE failed with Wowza → RTSP method DESCRIBE failed |
---|
follow-up: 3 comment:2 by , 10 years ago
Keywords: | wowza ffmpeg removed |
---|
comment:3 by , 10 years ago
Replying to cehoyos:
Please provide the failing command line together with the complete, uncut console output to make this a valid ticket.
C:\Users\Alexander>ffmpeg -i rtsp://217.146.95.166:554/live/ch22yqcif.3gp test.f ile ffmpeg version N-66417-g3bc0361 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 23 2014 22:01:38 with gcc 4.9.1 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-zlib libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 4.103 / 56. 4.103 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [rtsp @ 029671c0] Status 302: Redirecting to rtsp://46.249.213.93/broadcast/babe spotting-qcif.3gp?trackingid=3231430000>ime=1359556495&guid=237426c04d184030ff d3123456789012&da=0&hk=EC82DDE49D9DB3C866AE6C53C8F4CC1A&redirect=null [rtsp @ 029671c0] method DESCRIBE failed: 454 Session Not Found rtsp://217.146.95.166:554/live/ch22yqcif.3gp: Invalid data found when processing input
comment:4 by , 10 years ago
Reproduced by developer: | set |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed by Martin Storsjö in 6441d522 / 2f172f1a
Note:
See TracTickets
for help on using tickets.
Please provide the failing command line together with the complete, uncut console output to make this a valid ticket.