[FFmpeg-trac] #3782(ffmpeg:new): Codec problem
FFmpeg
trac at avcodec.org
Fri Jul 18 07:54:58 CEST 2014
#3782: Codec problem
-------------------------------------+-------------------------------------
Reporter: | Type: defect
iRidium_mobile | Priority: normal
Status: new | Version:
Component: ffmpeg | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug: When using ffmpeg versions 2.1.1 and 2.2 I came
across malfunction of the program with rtsp protocol.I found that ffmpeg
can’t define the real codec, as sdp data have the 33 (mpegts) code,
whereas data are in h264 (Mpeg 4 AVC Part 10) format.
How to reproduce:
{{{
v=0
o=- 38990265062388 38990265062388 IN IP4 192.168.1.10
a=range:npt=0-
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
a=rtpmap:33 H264/90000
a=framerate:0S
a=fmtp:33 profile-level-id=42e01f; packetization-mode=1; sprop-parameter-
sets=Z0LgH9sDoEkQ,aM4wpIA=
a=control:trackID=3
}}}
a=rtpmap:33 H264/90000 line definitely shows that we have h264 codec.
But the program tries to make mpeg ts format codec.
Here is a link to the camera that does not function properly:
rtsp://46.226.165.78:554/user=admin&password=12345&channel=2&stream=0.sdp
Can you, please, help with solving the problem?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3782>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list