FMS for PC, Android and IOS
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 !
