h265player icon indicating copy to clipboard operation
h265player copied to clipboard

一套完整的Web版H.265播放器解决方案,非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码,利用Canvas画布投影、AudioContext播放音频。

Results 80 h265player issues
Sort by recently updated
recently updated
newest added

![goldplay-h265-sdk js](https://user-images.githubusercontent.com/26994935/102735328-0e9bda00-437d-11eb-8d25-48b1a0932161.png) when into onmessage, this.segmentPool got changed from t[ ] to [ ], which cause an obvious error when SegmentPool's member function addAll is called. Anybody can tell why?...

在旧的m3u8最后一个ts读入buffer后开始解封装前,如果isLive为true请求下一个m3u8,继续播放。

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

麻烦问下,现在拿到的hls流地址可能是h.264/h.265. 播放器能自动适配对应协议并进行播放吗?

運行時候發生此錯誤,請問這要如何解決? Refused to execute script from 'http://localhost:8000/h265player/dist/lib/libffmpeg.js' because its MIME type ('text/plain') is not executable.

我最近用这个播放h265编码的hls流,已修改maxBufferLength属性,现在每次到28秒自动停止,这个是什么原因呢?因为我是用于直播,需要改哪个属性么?

另外有没有微信群啊拉一下我 banxianfei

HLS H.265直播 怎么播放?

目前是在vue中对greenplayer进行引用,尝试播放h265格式的 hls 流,但是控制台报这样的错误。想问下是不支持还是我其他什么地方写错了,谢谢。 ![image](https://user-images.githubusercontent.com/29449560/125416670-ff14c523-29ad-4341-b33d-f388b864888c.png)