Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HWDecoder Error #310

Open
huangyong2016 opened this issue Aug 30, 2024 · 0 comments
Open

HWDecoder Error #310

huangyong2016 opened this issue Aug 30, 2024 · 0 comments

Comments

@huangyong2016
Copy link

Current directory: D:\github\FFmpeg.AutoGen\FFmpeg.AutoGen.Example\bin\Release\net6.0
Running in 64-bit mode.
FFmpeg binaries found in: D:\github\FFmpeg.AutoGen\FFmpeg\bin\x64
FFmpeg version info: 7.0-full_build-www.gyan.dev
Use hardware acceleration for decoding?[n]
y
Select hardware decoder:

  1. AV_HWDEVICE_TYPE_CUDA
  2. AV_HWDEVICE_TYPE_VAAPI
  3. AV_HWDEVICE_TYPE_DXVA2
  4. AV_HWDEVICE_TYPE_QSV
  5. AV_HWDEVICE_TYPE_D3D11VA
  6. AV_HWDEVICE_TYPE_OPENCL
  7. AV_HWDEVICE_TYPE_VULKAN
  8. AV_HWDEVICE_TYPE_D3D12VA
    Selected [3]
    3
    Decoding...
    [tcp @ 000001a363938880] Starting connection attempt to 172.16.43.191 port 554
    [tcp @ 000001a363938880] Successfully connected to 172.16.43.191 port 554
    [rtsp @ 000001a3638fe800] SDP:
    v=0
    o=- 0 0 IN IP4 0.0.0.0
    s=Streamed by ZLMediaKit(git hash:333bab1/2024-08-27T11:18:38+08:00,branch:master,build time:2024-08-29T15:13:55)
    c=IN IP4 0.0.0.0
    t=0 0
    a=range:npt=now-
    a=control:*
    m=video 0 RTP/AVP 96
    b=AS:160000
    a=fmtp:96 packetization-mode=1;profile-level-id=42001E;sprop-parameter-sets=Z0IAHpY1QWh7TcBAQFAAAAMAEAAAAwPIQA==,aM48gA==
    a=rtpmap:96 H264/90000
    a=control:track1
    m=audio 0 RTP/AVP 97
    b=AS:160000
    a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1190
    a=rtpmap:97 MPEG4-GENERIC/48000/2
    a=control:track2

[rtsp @ 000001a3638fe800] setting jitter buffer size to 500
[rtsp @ 000001a3638fe800] setting jitter buffer size to 500
[h264 @ 000001a36393a8c0] Reinit context to 720x480, pix_fmt: yuvj420p
[AVHWDeviceContext @ 000001a3657ace40] Using D3D9Ex device.
codec name: h264
title = Streamed by ZLMediaKit(git hash:333bab1/2024-08-27T11:18:38+08:00,branch:master,build time:2024-08-29T15:13:55)
[h264 @ 000001a36393c580] Decoder GUIDs reported as supported:
[h264 @ 000001a36393c580] {ee27417f-5e28-4e65-beea-1d26b508adc9}[h264 @ 000001a36393c580] 0[h264 @ 000001a36393c580]
[h264 @ 000001a36393c580] {1b81bea4-a0c7-11d3-b984-00c04f2e73c5}[h264 @ 000001a36393c580] 0[h264 @ 000001a36393c580]
[h264 @ 000001a36393c580] {1b81be68-a0c7-11d3-b984-00c04f2e73c5}[h264 @ 000001a36393c580] 0[h264 @ 000001a36393c580]
[h264 @ 000001a36393c580] {5b11d51b-2f4c-4452-bcc3-09f2a1160cc0}[h264 @ 000001a36393c580] 0[h264 @ 000001a36393c580]
[h264 @ 000001a36393c580] {107af0e0-ef1a-4d19-aba8-67a163073d13}[h264 @ 000001a36393c580] 1[h264 @ 000001a36393c580]
[h264 @ 000001a36393c580] {463707f8-a1d0-4585-876d-83aa6d60b89e}[h264 @ 000001a36393c580] 0[h264 @ 000001a36393c580]
[h264 @ 000001a36393c580] {a4c749ef-6ecf-48aa-8448-50a7a1165ff7}[h264 @ 000001a36393c580] 1[h264 @ 000001a36393c580]
[h264 @ 000001a36393c580] {b8be4ccb-cf53-46ba-8d59-d6b8a6da5d2a}[h264 @ 000001a36393c580] 0[h264 @ 000001a36393c580] 1[h264 @ 000001a36393c580]
[h264 @ 000001a36393c580] No decoder device for codec found
[h264 @ 000001a36393c580] Failed setup for format dxva2_vld: hwaccel initialisation returned error.
[h264 @ 000001a36393c580] Reinit context to 720x480, pix_fmt: yuvj420p

==================================================================

Current directory: D:\github\FFmpeg.AutoGen\FFmpeg.AutoGen.Example\bin\Release\net6.0
Running in 64-bit mode.
FFmpeg binaries found in: D:\github\FFmpeg.AutoGen\FFmpeg\bin\x64
FFmpeg version info: 7.0-full_build-www.gyan.dev
Use hardware acceleration for decoding?[n]
y
Select hardware decoder:

  1. AV_HWDEVICE_TYPE_CUDA
  2. AV_HWDEVICE_TYPE_VAAPI
  3. AV_HWDEVICE_TYPE_DXVA2
  4. AV_HWDEVICE_TYPE_QSV
  5. AV_HWDEVICE_TYPE_D3D11VA
  6. AV_HWDEVICE_TYPE_OPENCL
  7. AV_HWDEVICE_TYPE_VULKAN
  8. AV_HWDEVICE_TYPE_D3D12VA
    Selected [3]
    8
    Decoding...
    [tcp @ 000001c64fa28880] Starting connection attempt to 172.16.43.191 port 554
    [tcp @ 000001c64fa28880] Successfully connected to 172.16.43.191 port 554
    [rtsp @ 000001c64f9ee800] SDP:
    v=0
    o=- 0 0 IN IP4 0.0.0.0
    s=Streamed by ZLMediaKit(git hash:333bab1/2024-08-27T11:18:38+08:00,branch:master,build time:2024-08-29T15:13:55)
    c=IN IP4 0.0.0.0
    t=0 0
    a=range:npt=now-
    a=control:*
    m=video 0 RTP/AVP 96
    b=AS:160000
    a=fmtp:96 packetization-mode=1;profile-level-id=42001E;sprop-parameter-sets=Z0IAHpY1QWh7TcBAQFAAAAMAEAAAAwPIQA==,aM48gA==
    a=rtpmap:96 H264/90000
    a=control:track1
    m=audio 0 RTP/AVP 97
    b=AS:160000
    a=fmtp:97 streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1190
    a=rtpmap:97 MPEG4-GENERIC/48000/2
    a=control:track2

[rtsp @ 000001c64f9ee800] setting jitter buffer size to 500
[rtsp @ 000001c64f9ee800] setting jitter buffer size to 500
[h264 @ 000001c64fa2a8c0] Reinit context to 720x480, pix_fmt: yuvj420p
Using device 8086:a780 (Intel(R) UHD Graphics 770).
codec name: h264
title = Streamed by ZLMediaKit(git hash:333bab1/2024-08-27T11:18:38+08:00,branch:master,build time:2024-08-29T15:13:55)
Assertion desc failed at D:/code/ffmpeg/src/libswscale/swscale_internal.h:734

=====================================================

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant