android - How to make flash content to work on mobile devices? -
i've seen websites offer video playing services have made videos work on android phones, while others dont. work being opened using phone's video player or other apps such mx player.
how can on website? know there html5 alternative reason can't implement that.
thanks!
there few options stream videos mobile browsers:
- hls (http live streaming) apple devices
- h.264 encoding
- streaming server e.g. wowza
- webm streaming androids , other devices
- browser support in chrome, firefox, opera, android browser
- vp8 encoding
- streaming server e.g. stream-m
- motionjpeg
- works non-audio videos
- works on devices
- choppy playback, there no inter-frame compression
- flash player
if video must not play in browser, can provide download link video. please note won't profit streaming features seeking , saving bandwidth unplayed parts of video then. in case, need encode video in different bitrates/codecs able target devices.
Comments
Post a Comment