Skip to main content
medias42895116
Participant
October 11, 2017
Question

Non Flash streaming

  • October 11, 2017
  • 1 reply
  • 353 views

Does Adobe Media Server allow streaming to a web page in a form other than flash? Due to the changes made by several browsers, it has made my end users experience less than desired so I need to move away from it.

    This topic has been closed for replies.

    1 reply

    aveggiani47deck
    Participating Frequently
    October 24, 2017

    AMS support HLS and HDS Http streaming, so you can safley delivery HTTP Streaming to devices/players supporting this (IOS, for example, support it natively).

    On the desktop Chrome and Firefox does not support it:

    https://caniuse.com/#search=HLS

    https://caniuse.com/#search=HLS

    But you can use a player, like videojs, which provide and HLS plugin (available here: https://github.com/videojs/videojs-contrib-hls)

    that allow to play HLS videos on all the browser that, at least, support Media Source Extensions (the most):

    https://caniuse.com/#search=media%20source

    Regards