Skip to main content
Participant
November 27, 2013
Question

FMS for PC, Android and IOS

  • November 27, 2013
  • 1 reply
  • 1292 views

     I'm doing a job about FMS for PC, Android and IOS. I have completed configuration with ADOBE Help Article.

     I used HTTP Dynamic Stream

     e.g. http://localhost:8134/hds-vod/xxx.mp4

            http://localhost:8134/hds-vod/xxx.f4m

            http://localhost:8134/hds-live/xxx.f4m

            http://localhost:8134/hls-vod/xxx.mp4

            http://localhost:8134/hls-vod/xxx.m3u8

            http://localhost:8134/hls-live/xxx.m3u8

     On PC, I can play .mp4 .f4m file, with flash player.

     On IOS, I can play .mp4 .m3u8 file ,use HTML5  <video> tag.

     On Android, I try to use video.js to play the file, but only .mp4 file, how can I play .f4m file?

Waiting your advise , thanks !

This topic has been closed for replies.

1 reply

November 28, 2013

On android, HDS has been decreciated (Flash), Adobe Air can play F4M..  Also, jwplayer can play HLS .m3u8 over HTML5 on most androids, but not all.

Instruct Android users to install FireFox..

Or in some cases., Enable Desktop View, or Disable Mobile View in browser settings, will play HLS over Flash on most Androids.. Androids that 2.3  will play HDS w/ strobemediaplayback.swf and flash installed from the Adobe Archives.


There is still no absolute solution for Android at the moment.

panvingAuthor
Participant
November 29, 2013

Thanks ospn2012 .