How can I play .h264 video with wasm player on kVideoTexture mode?

Hi,

I’m trying to play .h264 video with wasm player on kVideoTexture mode but I can’t.

For kMediaElements mode, I can play only progressive .h264 video even if it can’t play for interlaced video. So I pushed same es packet to video track on kVideoTexture mode but it makes error or application is stuck.

So, I want to know how to play it for kVideoTexture mode of .h264 video.

Thanks.