Opened 4 months ago

#10782 new defect

ffplay play h265 video bug

Reported by: dbyoung Owned by:
Priority: normal Component: ffplay
Version: git-master Keywords: ffplay
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Test environment:

Two computers, both are WIN10X64
A:Nvidia GT1030
B:Intel630 + Nvidia 2070
The same ffplay.exe file; plays the same H265 video file。

Test Results

ffplay -hwaccel cuda -fs f:\video\x265.mp4
A:Normal play.
B:Unable to play normally, stuck. Error message:

[AVHWDeviceContext @ 09f32900] Could not derive CUDA device.
[hevc @ 09f27740] decoder->cudl->cuCtxPushCurrent(decoder->cuda_ctx) failed -> CUDA_ERROR_INVALID_VALUE: invalid argument
[hevc @ 09f27740] Failed setup for format cuda: hwaccel initialisation returned error.

ffplay -vcodec hevc_cuvid -fs f:\video\x265.mp4
A:Unable to play normally, stuck; no error message;
B:Normal play;

Change History (0)

Note: See TracTickets for help on using tickets.