Mike
Mike

Reputation: 163

HTTP Video Streaming Codec for iOS and Android (HTML5 embedding)

can anybody tell me the best HTML5 embedding code and video-codec (+file format) for streaming video-content over the internet (HTTP-Streaming)?? The videos should be watched without problems on iOS (iPhone + iPad) and Android phones!

thanks! Mike

Upvotes: 0

Views: 13284

Answers (2)

Laurence Moroney
Laurence Moroney

Reputation: 1263

Until DASH becomes widely supported, streaming video into HTML5 on mobile devices is extremely limited.

The only option at this moment is to use Apple's HLS, which works wonderfully on iPhone/iPad/iPod, but doesn't work in Android. https://developer.apple.com/streaming/

Google's WebM is being worked on, and there's some stuff here: https://sites.google.com/a/webmproject.org/wiki/adaptive-streaming/instructions-to-playback-a-webm-dash-presentation , but I haven't tried it on Android.

Upvotes: 0

Shane L.
Shane L.

Reputation: 56

http://diveintohtml5.info/video.html

that page goes into detail about using html5 video and appropriate codecs for different browsers, including iOS and android.

Upvotes: 4

Related Questions