numberwolf / h265web.js

🔥 作者:常炎隆(Author: ChangYanlong):HEVC/H.265 网页直播/点播播放器 支持硬解! 支持H.265的HttpFLV/HLS/MP4/TS/FLV/M3U8/Websocket播放。 🔥 A HEVC/H.265 Web Player, Support hard-decoding! for LIVE/VOD stream. Support H.265 Codec with HttpFLV/HLS/MP4/TS/FLV/M3U8/Websocket.

Home Page:http://v.yuveye.com/h265web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with MP4 Videos and Codecs

LukaszFilipowski opened this issue · comments

Hello,

I would like to report an issue regarding the playback of MP4 videos. Specifically, I have noticed a problem with videos encoded using the 3GPP Text codecs. When playing these videos, only a portion of the video content is displayed, while the rest of the player screen appears as a green background. On the other hand, videos encoded with the HEVC codecs play correctly without any issues.

To address this problem, I attempted to convert the first video to the libx265 codec, which resulted in the video playing correctly. However, it experienced intermittent freezing or stuttering during playback.

My question is whether it would be possible to modify the player settings to ensure proper playback of all three codecs mentioned. Additionally, any insights into the cause of this issue would be greatly appreciated.