ios - serving mp4 files with WebSphere -


i'm using old websphere application server 5.1 serve mp4 files. have 2 problems:

  • ios devices not able play these videos
  • all other devices can play them it's impossible seek beyond downloaded portion of file

i think both issues caused server not configured accept byte-range requests. in fact, there isn't accept-ranges or content-range response header.

am right? how possible configure websphere accept byte-range requests?

it's known issue/limitation of version of was. best solution serve mp4 files ihs.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -