HTML video not playing in Safari browser

后端 未结 5 437
情话喂你
情话喂你 2021-01-20 13:07

Below code is working fine in Mozilla & Chrome. But in Safari the video doesn\'t play.

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-20 13:32

    I had a similar problem with videos not playing on Safari. The problem was my web server. I moved the video to another hosting server, loaded it from there and it worked.

    e.g.

    instead of:

    
    

    do something like this:

    
    

提交回复
热议问题