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.
http://v.yuveye.com/h265web
Other
1.97k stars 342 forks source link

Issue with MP4 Videos and Codecs #234

Open LukaszFilipowski opened 1 year ago

LukaszFilipowski commented 1 year ago

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.

izogfif commented 1 week ago

I'd suggest to check pixel format. Maybe the issue is caused by the fact that pixel format is not yuv420p?