.mp4 file not playing in chrome

前端 未结 5 885
梦如初夏
梦如初夏 2021-02-05 09:13

I want to show a video on my website. I have created a .mp4 file and using the HTML5 video tag to add it to the html.

The problem is that it is not being displayed in c

5条回答
  •  无人共我
    2021-02-05 10:03

    I too had the same issue. I changed the codec to H264-MPEG-4 AVC and the videos started working in HTML5/Chrome.

    Option selected in converter: H264-MPEG-4 AVC, Codec visible in VLC player: H264-MPEG-4 AVC (part 10) (avc1)

    Hope it helps...

提交回复
热议问题