Opened 7 years ago
Last modified 7 years ago
#5755 open enhancement
HEVC video stream obtained from Zavio D6320 IP camea can be decoded only partitially
Reported by: | ioeir2 | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | hevc rtsp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
Have Zavio D6320 IP camera which sends H265/HEVC via RTSP. Video obtained from the camera cannot be played via ffplay
./ffplay rtsp://user:user@ip_address:554/video.pro1 -rtsp_transport tcp
However at the same time VLC player 2.2.4 (Mac) can play this stream without any problem.
I have saved 5 seconds of H265 stream (640x480 @ 30fps) and attached to this ticket using the following command:
./ffmpeg -v 9 -loglevel 99 -i 'rtsp://user:user@ip_address:554/video.pro1' -rtsp_transport tcp -vcodec copy video640x480.h265
How to reproduce:
% ffplay video640x480.h265 ffmpeg master (snapshot). built on August 3, 2016
You should see only upper right corner of the video is displayed. This problem is reproducible on all resolutions the camera support (320x240, 640x480, 720p, 1080p, 2304x1296).
Attachments (3)
Change History (12)
by , 7 years ago
Attachment: | video640x480.h265 added |
---|
by , 7 years ago
Attachment: | console.log added |
---|
Console log while saving elementary stream into the file
comment:1 by , 7 years ago
There are a lot of "Multi-layer HEVC coding is not implemented" records in the log. Maybe that is the issue.
comment:2 by , 7 years ago
Component: | avcodec → avformat |
---|---|
Keywords: | rtsp added; h265 removed |
Priority: | normal → wish |
Status: | new → open |
Type: | defect → enhancement |
Maybe.
comment:3 by , 7 years ago
Not sure that this is RTSP issue. ffplay for this camera works perfectly when H.264 stream is coming and video is shown without any issue.
comment:4 by , 7 years ago
I don't understand, you wrote above "Video obtained from the camera cannot be played via ffplay"
follow-up: 6 comment:5 by , 7 years ago
If you make your RTSP service publicly available, I could check the stream data and look for possible bugs in the receiver source code.
comment:6 by , 7 years ago
Replying to cehoyos:
I don't understand, you wrote above "Video obtained from the camera cannot be played via ffplay"
What I mean is that file video640x480.h265 attached to this issue (it was obtained from this camera) cannot be played via ffplay.
Replying to thovo:
If you make your RTSP service publicly available, I could check the stream data and look for possible bugs in the receiver source code.
I will contact the owner of the camera and ask for providing a temporary access to the camera.
comment:8 by , 7 years ago
I cannot make PM here and the owner of the camera does not want his private camera to be accessible online.
So please send me an email and I will provide you a temporary access to this RTSP camera for fixing this bug.
My email is: 343434bbb@mail.ru
by , 7 years ago
Attachment: | rtsp_h265_dump.pcapng added |
---|
Wireshark dump of RTSP/H265 stream (3 sec)
H265 elementary stream