Qwerpotify
Qwerpotify

Reputation: 49

Can .ogg video play in mobile device

Right now I am making a server where it displays a video with HTML. I have tried using the ..mp4and .ogg video for my computer and it worked perfectly. But when I tried to use a mobile device, only the .mp4 displayed, and the .ogg did not. Can mobile devices not display .ogg video files?

Upvotes: 1

Views: 599

Answers (1)

Vitaly Migunov
Vitaly Migunov

Reputation: 4457

.ogg video can't be played in both iOS and android https://caniuse.com/#feat=ogv

Upvotes: 2

Related Questions