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
    • only few mobile devices, market share steadily vanishes
    • supports streaming or progressive download
    • streaming server e.g. wowza or red5

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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -