goldvideo / h265player

一套完整的Web版H.265播放器解决方案,非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码,利用Canvas画布投影、AudioContext播放音频。
https://goldvideo.github.io/h265player/
1.53k stars 298 forks source link

關於播放問題 #68

Open humanjeff opened 3 years ago

humanjeff commented 3 years ago
  1. 播放時我有使用windows 的資源監視器觀看GPU 內的Video Decode,但似乎都沒有使用到硬體解碼,該版本已經可以支援硬體解碼了嗎?
  2. WebRTC可以支援嗎?
yiwen03 commented 3 years ago

因为解码用的wasm,wasm不支持硬件解码。 目前不支持rtc

------------------ 原始邮件 ------------------ 发件人: humanjeff @.> 发送时间: 2021年8月2日 11:28 收件人: goldvideo/h265player @.> 抄送: Subscribed @.***> 主题: 回复:[goldvideo/h265player] 關於播放問題 (#68)

播放時我有使用windows 的資源監視器觀看GPU 內的Video Decode,但似乎都沒有使用到硬體解碼,該版本已經可以支援硬體解碼了嗎?

WebRTC可以支援嗎?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.