[FFmpeg-trac] #6586(avcodec:new): motion using h264_omx hangs on Raspberry Pi
FFmpeg
trac at avcodec.org
Fri Jan 18 02:08:08 EET 2019
#6586: motion using h264_omx hangs on Raspberry Pi
---------------------------------------+-----------------------------------
Reporter: jasaw | Owner:
Type: defect | Status: new
Priority: normal | Component: avcodec
Version: git-master | Resolution:
Keywords: h264_omx, omx | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------------+-----------------------------------
Comment (by jasaw):
Since this issue is most likely a VCHIQ kernel driver issue, ffmpeg should
not force enable zerocopy that triggers this bug, i.e. remove the below
code from "omx_encode_init" function.
{{{
#if CONFIG_OMX_RPI
s->input_zerocopy = 1;
#endif
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6586#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list