[FFmpeg-trac] #9766(avcodec:new): h264_qsv decoder does not work with RTSP
FFmpeg
trac at avcodec.org
Mon Mar 11 06:47:08 EET 2024
#9766: h264_qsv decoder does not work with RTSP
---------------------------------------+-----------------------------------
Reporter: Steve Sampson | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: avcodec
Version: git-master | Resolution:
Keywords: QSV RTSP | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------------+-----------------------------------
Comment (by wenbin,chen):
After commit ae06111d7406e541ac232318bcf50f8510a36f38. bsf can be used
after demuxing.
Add dump_extra bsf and pull stream like this:
{{{
ffmpeg -v verbose -bsf:v dump_extra -hwaccel qsv -i
rtsp://localhost:8554/mystream -f null -
}}}
solve the problem on my side.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9766#comment:17>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list