Skip to main content
Participant
November 17, 2015
Question

AMS 5 + HTML5 and IOS problem

  • November 17, 2015
  • 0 replies
  • 829 views

Hi;

I'm developing a video site like youtube. But I have some questions about HTML5 and mobile devices (IOS, Android, etc.)

1. When I use flash player in my HTML code, video file is playing and I can monitor AMS Administration Console, connections or applications tab. (Browser based, not play IOS) It's OK

2.When I use HTML5 video tab in my code and src equals vod directory mp4 file like this;

<video src="/vod/testvideo.mp4"

            controls

            autoplay

            height=270 width=480>

        </video>

My video file is playing all devices, browsers and IOS. BUT I can not monitor AMS Administration Console, connections or applications tab. All variables are shown 0. I think in this case, ASM is not working when videos playing

3.When I use HTML5 video tab iny my code and src equals hls-vod directory mp4.m3u8 file like this;

<video src="/hls-vod/testvideo.mp4.m3u8"

            controls

            autoplay

            height=270 width=480>

        </video>

My video file is ony playing IOS devices and I can not monitor AMS Administration Console too, connections or applications tab. All variables are shown 0. I think in this case, ASM is no working when videos playing

I created m3u8 and f4v file with Adobe Media Encoder.

I want to develop a video web site running IOS, PC and android devices same time. Also playing videos over AMS.

Could you help me ?

This topic has been closed for replies.