[FFmpeg-trac] #2205(FFserver:open): It does not be streaming a RTSP(H.264/AAC) using ffserver.
FFmpeg
trac at avcodec.org
Mon Feb 4 04:07:37 CET 2013
#2205: It does not be streaming a RTSP(H.264/AAC) using ffserver.
-------------------------------------+-------------------------------------
Reporter: EricAhn | Owner: EricAhn
Type: defect | Status: open
Priority: normal | Component: FFserver
Version: git-master | Resolution:
Keywords: rtsp rtp | Blocked By:
aac ffserver | Reproduced by developer: 0
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by EricAhn):
I captured rtsp flow between ffserver and galaxy u.
It did not generate media info as follows :
{{{
RTSP/1.0 200 OK
Content-Base: rtsp://10.10.10.99/livetv/stream/
Date: Tue, 29 Jan 2013 17:58:56 KST
Content-Length: 561
Session: 1247550419;timeout=60
Expires: Tue, 29 Jan 2013 17:58:56 KST
Cseq: 1
Content-Type: application/sdp
Server: Wowza Media Server 3.1.2 build1624
Cache-Control: no-cache
v=0
o=- 1247550419 1247550419 IN IP4 127.0.0.1
s=stream
c=IN IP4 0.0.0.0
t=0 0
a=sdplang:en
a=range:npt=now-
a=control:*
m=audio 0 RTP/AVP 96
a=rtpmap:96 mpeg4-generic/44100/2
a=fmtp:96 profile-level-id=1;mode=AAC-
hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1210
a=control:trackID=1
m=video 0 RTP/AVP 97
a=rtpmap:97 H264/90000
a=fmtp:97 packetization-mode=1;profile-level-id=42C00D;sprop-parameter-
sets=Z0LADfQFoe2AiAAAAwAIAAADAeB4oVU=,aM48gA==
a=cliprect:0,0,480,720
a=framesize:97 720-480
a=framerate:30.0
a=control:trackID=2
}}}
* default player
OPTIONS rtsp://10.10.250.122:5454/live.H.264 RTSP/1.0
CSeq: 0
User-Agent: Samsung SHW-M130L PVPlayer CORE/6.506.4.1 OpenCORE/2.02
(Linux;Android 2.2.1)
ClientChallenge: 9e26d33f2984236010ef6253fb1887f7
PlayerStarttime: [28/03/2003:22:50:23 00:00]
CompanyID: KnKV4M4I/B2FjJ1TToLycw==
GUID: 00000000-0000-0000-0000-000000000000
* ffserver(10.10.250.122) => client galaxy u(10.10.253.73)
RTSP/1.0 200 OK
CSeq: 0
Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE
*client galaxy u(10.10.253.73) => ffserver(10.10.250.122)
DESCRIBE rtsp://10.10.250.122:5454/live.H.264 RTSP/1.0
CSeq: 1
User-Agent: Samsung SHW-M130L PVPlayer CORE/6.506.4.1 OpenCORE/2.02
(Linux;Android 2.2.1)
Accept: application/sdp
x-wap-profile: http://wap.samsungmobile.com/uaprof/SHW-M130L.xml
Accept-Encoding:
* ffserver(10.10.250.122) => client galaxy u(10.10.253.73)
RTSP/1.0 503 Service Unavailable
CSeq: 1
Date: Fri, 01 Feb 2013 02:07:58 GMT
and displayed "AAC with no global headers is currently not supported." in
ffserver.
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2205#comment:5>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list