野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1027|回复: 2

[bug讨论] rk3588 鲁班猫5 Ubuntu 24.04 mmp service 启动异常

[复制链接]
发表于 2025-7-22 12:52:20 | 显示全部楼层 |阅读模式
系统信息:
野火论坛202507220421357828..png

复现方式:

使用 ffmpeg 对 yuv 视频进行编码
  1. cat@lubancat:~/workspace/endpoint$ ffmpeg -v debug -f lavfi -i testsrc2=s=1920x1080,format=nv12 -c:v hevc_rkmpp -qp_init 26 -profile:v main -level 4.1 -g:v 100 -vframes 5000 -y tmp.mp4
  2. ffmpeg version 6.1.1-3ubuntu5+git240504.09cd2a2~noble Copyright (c) 2000-2023 the FFmpeg developers
  3.   built with gcc 13 (Ubuntu 13.2.0-23ubuntu4)
  4.   configuration: --prefix=/usr --extra-version='3ubuntu5+git240504.09cd2a2~noble' --toolchain=hardened --libdir=/usr/lib/aarch64-linux-gnu --incdir=/usr/include/aarch64-linux-gnu --arch=arm64 --enable-gpl --disable-stripping --disable-omx --enable-gnutls --enable-libaom --enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal --enable-opencl --enable-opengl --enable-version3 --enable-rkmpp --enable-rkrga --disable-sndio --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray --enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264 --enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2 --enable-libplacebo --enable-librav1e --enable-pocketsphinx --enable-librsvg --enable-libjxl --enable-shared
  5.   WARNING: library configuration mismatch
  6.   avcodec     configuration: --prefix=/usr --extra-version='3ubuntu5+git240504.09cd2a2~noble' --toolchain=hardened --libdir=/usr/lib/aarch64-linux-gnu --incdir=/usr/include/aarch64-linux-gnu --arch=arm64 --enable-gpl --disable-stripping --disable-omx --enable-gnutls --enable-libaom --enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal --enable-opencl --enable-opengl --enable-version3 --enable-rkmpp --enable-rkrga --disable-sndio --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray --enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264 --enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2 --enable-libplacebo --enable-librav1e --enable-pocketsphinx --enable-librsvg --enable-libjxl --enable-shared --enable-version3 --disable-doc --disable-programs --disable-static --enable-libaribb24 --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc --enable-libsmbclient
  7.   libavutil      58. 29.100 / 58. 29.100
  8.   libavcodec     60. 31.102 / 60. 31.102
  9.   libavformat    60. 16.100 / 60. 16.100
  10.   libavdevice    60.  3.100 / 60.  3.100
  11.   libavfilter     9. 12.100 /  9. 12.100
  12.   libswscale      7.  5.100 /  7.  5.100
  13.   libswresample   4. 12.100 /  4. 12.100
  14.   libpostproc    57.  3.100 / 57.  3.100
  15. Splitting the commandline.
  16. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  17. Reading option '-f' ... matched as option 'f' (force format) with argument 'lavfi'.
  18. Reading option '-i' ... matched as output url with argument 'testsrc2=s=1920x1080,format=nv12'.
  19. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'hevc_rkmpp'.
  20. Reading option '-qp_init' ... matched as AVOption 'qp_init' with argument '26'.
  21. Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'main'.
  22. Reading option '-level' ... matched as AVOption 'level' with argument '4.1'.
  23. Reading option '-g:v' ... matched as AVOption 'g:v' with argument '100'.
  24. Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '5000'.
  25. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  26. Reading option 'tmp.mp4' ... matched as output url.
  27. Finished splitting the commandline.
  28. Parsing a group of options: global .
  29. Applying option v (set logging level) with argument debug.
  30. Applying option y (overwrite output files) with argument 1.
  31. Successfully parsed a group of options.
  32. Parsing a group of options: input url testsrc2=s=1920x1080,format=nv12.
  33. Applying option f (force format) with argument lavfi.
  34. Successfully parsed a group of options.
  35. Opening an input file: testsrc2=s=1920x1080,format=nv12.
  36. [AVFilterGraph [url=home.php?mod=space&uid=5830]@[/url] 0xaaaae75c50a0] Setting 's' to value '1920x1080'
  37. [AVFilterGraph @ 0xaaaae75c50a0] Setting 'pix_fmts' to value 'nv12'
  38. detected 8 logical cores
  39. [Parsed_testsrc2_0 @ 0xaaaae75c6bb0] size:1920x1080 rate:25/1 duration:-1.000000 sar:1/1
  40. [AVFilterGraph @ 0xaaaae75c50a0] query_formats: 3 queried, 2 merged, 0 already done, 0 delayed
  41. [lavfi @ 0xaaaae75c4c90] All info found
  42. Input #0, lavfi, from 'testsrc2=s=1920x1080,format=nv12':
  43.   Duration: N/A, start: 0.000000, bitrate: N/A
  44.   Stream #0:0, 1, 1/25: Video: wrapped_avframe, 1 reference frame, nv12, 1920x1080 [SAR 1:1 DAR 16:9], 0/1, 25 fps, 25 tbr, 25 tbn
  45. Successfully opened the file.
  46. Parsing a group of options: output url tmp.mp4.
  47. Applying option c:v (codec name) with argument hevc_rkmpp.
  48. Applying option profile:v (set profile) with argument main.
  49. Applying option vframes (set the number of video frames to output) with argument 5000.
  50. Successfully parsed a group of options.
  51. Opening an output file: tmp.mp4.
  52. [out#0/mp4 @ 0xaaaae75c9170] No explicit maps, mapping streams automatically...
  53. [vost#0:0/hevc_rkmpp @ 0xaaaae75ca480] Created video stream from input stream 0:0
  54. [file @ 0xaaaae75cc170] Setting default whitelist 'file,crypto,data'
  55. Successfully opened the file.
  56. Stream mapping:
  57.   Stream #0:0 -> #0:0 (wrapped_avframe (native) -> hevc (hevc_rkmpp))
  58. Press [q] to stop, [?] for help
  59. [graph 0 input from stream 0:0 @ 0xaaaae75ce4b0] Setting 'video_size' to value '1920x1080'
  60. [graph 0 input from stream 0:0 @ 0xaaaae75ce4b0] Setting 'pix_fmt' to value '23'
  61. [graph 0 input from stream 0:0 @ 0xaaaae75ce4b0] Setting 'time_base' to value '1/25'
  62. [graph 0 input from stream 0:0 @ 0xaaaae75ce4b0] Setting 'pixel_aspect' to value '1/1'
  63. [graph 0 input from stream 0:0 @ 0xaaaae75ce4b0] Setting 'frame_rate' to value '25/1'
  64. [graph 0 input from stream 0:0 @ 0xaaaae75ce4b0] w:1920 h:1080 pixfmt:nv12 tb:1/25 fr:25/1 sar:1/1
  65. [format @ 0xaaaae75ce820] Setting 'pix_fmts' to value 'gray|yuv420p|yuv422p|yuv444p|nv12|nv21|nv16|nv24|yuyv422|yvyu422|uyvy422|rgb24|bgr24|rgba|rgb0|bgra|bgr0|argb|0rgb|abgr|0bgr|drm_prime'
  66. [AVFilterGraph @ 0xaaaae75cc870] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
  67. [hevc_rkmpp @ 0xaaaae75ca7c0] Failed to init MPP context: -1
  68. [vost#0:0/hevc_rkmpp @ 0xaaaae75ca480] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.
  69. Error while filtering: Generic error in an external library
  70. [vist#0:0/wrapped_avframe @ 0xaaaae75c9380] Decoder thread received EOF packet
  71. [vist#0:0/wrapped_avframe @ 0xaaaae75c9380] Decoder returned EOF, finishing
  72. [vist#0:0/wrapped_avframe @ 0xaaaae75c9380] Terminating decoder thread
  73. [out#0/mp4 @ 0xaaaae75c9170] sq: 0 EOF
  74. [out#0/mp4 @ 0xaaaae75c9170] sq: finish 0; head ts NOPTS
  75. [out#0/mp4 @ 0xaaaae75c9170] sq: finish queue
  76. [out#0/mp4 @ 0xaaaae75c9170] Nothing was written into output file, because at least one of its streams received no packets.
  77. frame=    0 fps=0.0 q=0.0 Lsize=       0kB time=N/A bitrate=N/A speed=N/A   
  78. [AVIOContext @ 0xaaaae75cc1e0] Statistics: 0 bytes written, 0 seeks, 0 writeouts
  79. [in#0/lavfi @ 0xaaaae75c4b90] Terminating demuxer thread
  80. [in#0/lavfi @ 0xaaaae75c4b90] Input file #0 (testsrc2=s=1920x1080,format=nv12):
  81. [in#0/lavfi @ 0xaaaae75c4b90]   Input stream #0:0 (video): 2 packets read (960 bytes); 1 frames decoded; 0 decode errors;
  82. [in#0/lavfi @ 0xaaaae75c4b90]   Total: 2 packets (960 bytes) demuxed
  83. Conversion failed!
复制代码
排除yuv文件问题:
  • x86 框架下使用相同文件可以进行编码.
  • 替换为 libx264 可进行编码.



额外信息:

  1. cat@lubancat:~/workspace/endpoint$ sudo modprobe rk_hdmirx
  2. [sudo] password for cat:
  3. modprobe: FATAL: Module rk_hdmirx not found in directory /lib/modules/6.1.84
复制代码







回复

使用道具 举报

 楼主| 发表于 2025-7-22 13:06:56 | 显示全部楼层
  1. cat@lubancat:~/workspace/endpoint$  ffmpeg -v debug -f rawvideo -pix_fmt nv24 -s 1920x1080 -r 60 -i out.yuv \
  2.   -c:v hevc_rkmpp -preset ultrafast \
  3.   -b:v 8M -maxrate 8M -bufsize 16M \
  4.   -g 60 -keyint_min 60 \
  5.   -movflags +faststart \
  6.   output.mp4
  7. ffmpeg version 6.1.1-3ubuntu5+git240504.09cd2a2~noble Copyright (c) 2000-2023 the FFmpeg developers
  8.   built with gcc 13 (Ubuntu 13.2.0-23ubuntu4)
  9.   configuration: --prefix=/usr --extra-version='3ubuntu5+git240504.09cd2a2~noble' --toolchain=hardened --libdir=/usr/lib/aarch64-linux-gnu --incdir=/usr/include/aarch64-linux-gnu --arch=arm64 --enable-gpl --disable-stripping --disable-omx --enable-gnutls --enable-libaom --enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal --enable-opencl --enable-opengl --enable-version3 --enable-rkmpp --enable-rkrga --disable-sndio --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray --enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264 --enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2 --enable-libplacebo --enable-librav1e --enable-pocketsphinx --enable-librsvg --enable-libjxl --enable-shared
  10.   WARNING: library configuration mismatch
  11.   avcodec     configuration: --prefix=/usr --extra-version='3ubuntu5+git240504.09cd2a2~noble' --toolchain=hardened --libdir=/usr/lib/aarch64-linux-gnu --incdir=/usr/include/aarch64-linux-gnu --arch=arm64 --enable-gpl --disable-stripping --disable-omx --enable-gnutls --enable-libaom --enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal --enable-opencl --enable-opengl --enable-version3 --enable-rkmpp --enable-rkrga --disable-sndio --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray --enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264 --enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2 --enable-libplacebo --enable-librav1e --enable-pocketsphinx --enable-librsvg --enable-libjxl --enable-shared --enable-version3 --disable-doc --disable-programs --disable-static --enable-libaribb24 --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc --enable-libsmbclient
  12.   libavutil      58. 29.100 / 58. 29.100
  13.   libavcodec     60. 31.102 / 60. 31.102
  14.   libavformat    60. 16.100 / 60. 16.100
  15.   libavdevice    60.  3.100 / 60.  3.100
  16.   libavfilter     9. 12.100 /  9. 12.100
  17.   libswscale      7.  5.100 /  7.  5.100
  18.   libswresample   4. 12.100 /  4. 12.100
  19.   libpostproc    57.  3.100 / 57.  3.100
  20. Splitting the commandline.
  21. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  22. Reading option '-f' ... matched as option 'f' (force format) with argument 'rawvideo'.
  23. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'nv24'.
  24. Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '1920x1080'.
  25. Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '60'.
  26. Reading option '-i' ... matched as output url with argument 'out.yuv'.
  27. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'hevc_rkmpp'.
  28. Reading option '-preset' ... matched as AVOption 'preset' with argument 'ultrafast'.
  29. Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '8M'.
  30. Reading option '-maxrate' ... matched as AVOption 'maxrate' with argument '8M'.
  31. Reading option '-bufsize' ... matched as AVOption 'bufsize' with argument '16M'.
  32. Reading option '-g' ... matched as AVOption 'g' with argument '60'.
  33. Reading option '-keyint_min' ... matched as AVOption 'keyint_min' with argument '60'.
  34. Reading option '-movflags' ... matched as AVOption 'movflags' with argument '+faststart'.
  35. Reading option 'output.mp4' ... matched as output url.
  36. Finished splitting the commandline.
  37. Parsing a group of options: global .
  38. Applying option v (set logging level) with argument debug.
  39. Successfully parsed a group of options.
  40. Parsing a group of options: input url out.yuv.
  41. Applying option f (force format) with argument rawvideo.
  42. Applying option pix_fmt (set pixel format) with argument nv24.
  43. Applying option s (set frame size (WxH or abbreviation)) with argument 1920x1080.
  44. Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 60.
  45. Successfully parsed a group of options.
  46. Opening an input file: out.yuv.
  47. [rawvideo [url=home.php?mod=space&uid=5830]@[/url] 0xaaaab68e1c90] Opening 'out.yuv' for reading
  48. [file @ 0xaaaab68e21d0] Setting default whitelist 'file,crypto,data'
  49. [rawvideo @ 0xaaaab68e1c90] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:1
  50. [rawvideo @ 0xaaaab68e1c90] All info found
  51. [rawvideo @ 0xaaaab68e1c90] Estimating duration from bitrate, this may be inaccurate
  52. [rawvideo @ 0xaaaab68e1c90] After avformat_find_stream_info() pos: 6220800 bytes read:6220800 seeks:0 frames:1
  53. Input #0, rawvideo, from 'out.yuv':
  54.   Duration: 00:00:09.72, start: 0.000000, bitrate: 2983871 kb/s
  55.   Stream #0:0, 1, 1/60: Video: rawvideo, 1 reference frame, nv24, 1920x1080, 0/1, 2985984 kb/s, 60 tbr, 60 tbn
  56. Successfully opened the file.
  57. Parsing a group of options: output url output.mp4.
  58. Applying option c:v (codec name) with argument hevc_rkmpp.
  59. Applying option b:v (video bitrate (please use -b:v)) with argument 8M.
  60. Successfully parsed a group of options.
  61. Opening an output file: output.mp4.
  62. [out#0/mp4 @ 0xaaaab68eb430] No explicit maps, mapping streams automatically...
  63. [vost#0:0/hevc_rkmpp @ 0xaaaab68ec760] Created video stream from input stream 0:0
  64. [out#0/mp4 @ 0xaaaab68eb430] Codec AVOption preset (Encoding preset) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  65. [file @ 0xaaaab68ee300] Setting default whitelist 'file,crypto,data'
  66. Successfully opened the file.
  67. Stream mapping:
  68.   Stream #0:0 -> #0:0 (rawvideo (native) -> hevc (hevc_rkmpp))
  69. Press [q] to stop, [?] for help
  70. [rawvideo @ 0xaaaab68eb790] PACKET SIZE: 6220800, STRIDE: 5760
  71. detected 8 logical cores
  72. [graph 0 input from stream 0:0 @ 0xaaaab68f0410] Setting 'video_size' to value '1920x1080'
  73. [graph 0 input from stream 0:0 @ 0xaaaab68f0410] Setting 'pix_fmt' to value '189'
  74. [graph 0 input from stream 0:0 @ 0xaaaab68f0410] Setting 'time_base' to value '1/60'
  75. [graph 0 input from stream 0:0 @ 0xaaaab68f0410] Setting 'pixel_aspect' to value '0/1'
  76. [graph 0 input from stream 0:0 @ 0xaaaab68f0410] Setting 'frame_rate' to value '60/1'
  77. [graph 0 input from stream 0:0 @ 0xaaaab68f0410] w:1920 h:1080 pixfmt:nv24 tb:1/60 fr:60/1 sar:0/1
  78. [format @ 0xaaaab68f0960] Setting 'pix_fmts' to value 'gray|yuv420p|yuv422p|yuv444p|nv12|nv21|nv16|nv24|yuyv422|yvyu422|uyvy422|rgb24|bgr24|rgba|rgb0|bgra|bgr0|argb|0rgb|abgr|0bgr|drm_prime'
  79. [AVFilterGraph @ 0xaaaab68e1b30] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
  80. [hevc_rkmpp @ 0xaaaab68ecae0] Failed to init MPP context: -1
  81. [vost#0:0/hevc_rkmpp @ 0xaaaab68ec760] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.
  82. Error while filtering: Generic error in an external library
  83. [vist#0:0/rawvideo @ 0xaaaab68eb640] Decoder thread received EOF packet
  84. [vist#0:0/rawvideo @ 0xaaaab68eb640] Decoder returned EOF, finishing
  85. [vist#0:0/rawvideo @ 0xaaaab68eb640] Terminating decoder thread
  86. [out#0/mp4 @ 0xaaaab68eb430] Nothing was written into output file, because at least one of its streams received no packets.
  87. frame=    0 fps=0.0 q=0.0 Lsize=       0kB time=N/A bitrate=N/A speed=N/A   
  88. [AVIOContext @ 0xaaaab68ee3b0] Statistics: 0 bytes written, 0 seeks, 0 writeouts
  89. [in#0/rawvideo @ 0xaaaab68e1b90] Terminating demuxer thread
  90. [in#0/rawvideo @ 0xaaaab68e1b90] Input file #0 (out.yuv):
  91. [in#0/rawvideo @ 0xaaaab68e1b90]   Input stream #0:0 (video): 2 packets read (12441600 bytes); 1 frames decoded; 0 decode errors;
  92. [in#0/rawvideo @ 0xaaaab68e1b90]   Total: 2 packets (12441600 bytes) demuxed
  93. [AVIOContext @ 0xaaaab68ea380] Statistics: 12441600 bytes read, 0 seeks
  94. Conversion failed!
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2025-7-22 13:11:36 | 显示全部楼层
烧录镜像 2025-05-12-ubuntu-24.04.1-server-arm64-lubancat-5io.img.xz
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2025-12-6 01:59 , Processed in 0.149450 second(s), 29 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表