Feature #2471
Make h264 streams start from recovery point
Start date:
2014-11-11
Due date:
% Done:
0%
Estimated time:
Description
Kodi Helix introduces a regression on DXVA2 decoding on Intel GPUs of some h264 streams. This can be noticed as an annoying "green start" on some channels if DXVA2 decoding is enabled. One suggestion to avoid the problem is to make the stream start from a recovery point, see #3 at http://trac.xbmc.org/ticket/15498#comment:5
History
Updated by Jaroslav Kysela almost 10 years ago
- Status changed from New to Rejected
The HTSP format already has a frametype field which is filled for each video frame (I understand that your request is to start at the "keyframe"). The client must take care to process the input data as expected by the decoder.