How can adobe media server 5 stream videos to android and ios devices by HTML5 player?
Dear,
i want to use adobe media server 5 to stream videos to android and ios devices through html5 player. i searched AMS manuals and only found the explanation that AMS can stream videos to android by HTTP progressive download. i add html code as below to my web pages, but the videos can only be played on windows system, for android and ios systems it doesn't work. Can anybody help me? Thanks a lot!
<!DOCTYPE html>
<html lang="en">
<div>
<div id="container">
<div id="video_container">
<div id="video_controls">
<video_controls width="360" height=240 background="#000000" preload poster=assets/poster.png>
<source src="http://localhost/vod/video.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</html>
Kind Regards.
Flicks
[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
[Moved from Comments forum to specific Program forum... Mod]
