[FFmpeg-trac] #5237(ffserver:new): AAC stream over RTSP does not play

FFmpeg trac at avcodec.org
Sun Feb 14 16:31:44 CET 2016


#5237: AAC stream over RTSP does not play
--------------------------------------+------------------------------------
             Reporter:  NikolayMurga  |                    Owner:
                 Type:  defect        |                   Status:  new
             Priority:  normal        |                Component:  ffserver
              Version:  git-master    |               Resolution:
             Keywords:  aac, rtsp     |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+------------------------------------

Comment (by NikolayMurga):

 A few minutes ago, I tried to use the latest version (commit
 593bb50e062fae474880f5ab353fec9f751dc06e)
 I tried ffplay, mplayer and vlc, for play but nothing.
 Also I tried last revision from 2.7 branch and 2.6 and different input
 files - I have the same result.


 {{{
 build/ffmpeg/master/bin/ffplay -report -v verbose
 rtsp://127.0.0.1:8002/stream
 ffplay started on 2016-02-14 at 17:29:38
 Report written to "ffplay-20160214-172938.log"
 ffplay version 2.8.git Copyright (c) 2003-2016 the FFmpeg developers
   built with Apple LLVM version 7.0.2 (clang-700.1.81)
   configuration:
 --prefix=/Users/nikolay/Projects/icecast/build/ffmpeg/master --enable-
 shared --enable-pthreads --enable-gpl --enable-version3 --enable-
 hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-
 ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-
 libxvid --enable-libtheora --enable-libvorbis --enable-libopencore-amrnb
 --enable-libopencore-amrwb --enable-ffplay --enable-nonfree --enable-vda
 --enable-libvpx --enable-libfaac --enable-libfdk-aac
   libavutil      55. 17.102 / 55. 17.102
   libavcodec     57. 24.102 / 57. 24.102
   libavformat    57. 25.100 / 57. 25.100
   libavdevice    57.  0.101 / 57.  0.101
   libavfilter     6. 31.100 /  6. 31.100
   libavresample   3.  0.  0 /  3.  0.  0
   libswscale      4.  0.100 /  4.  0.100
   libswresample   2.  0.101 /  2.  0.101
   libpostproc    54.  0.100 / 54.  0.100
 [rtsp @ 0x7f86aa095e00] SDP:aq=    0KB vq=    0KB sq=    0B f=0/0
 v=0
 o=- 0 0 IN IP4 127.0.0.1
 s=My new stream
 c=IN IP4 0.0.0.0
 t=0 0
 a=tool:libavformat 57.25.100
 m=audio 0 RTP/AVP 96
 b=AS:128
 a=rtpmap:96 MPEG4-GENERIC/44100/2
 a=fmtp:96 profile-level-id=1;mode=AAC-
 hbr;sizelength=13;indexlength=3;indexdeltalength=3; config=121056E500
 a=control:streamid=0

 [NULL @ 0x7f86aa068c00] setting jitter buffer size to 500
 [rtsp @ 0x7f86aa095e00] UDP timeout, retrying with TCP   0B f=0/0
 [aac @ 0x7f86aa068c00] setting jitter buffer size to 0
 ^C%
 }}}

 A similar stream from wowza played well.

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


More information about the FFmpeg-trac mailing list