HTTP byte range protocol client behaviour on iPad/iPhone

后端 未结 4 568
陌清茗
陌清茗 2021-01-04 07:46

I was testing a HTTP servlet implementation (kindly shared by BalusC) which supports HTTP byte range requests.

I have found some peculiar differences between differe

4条回答
  •  难免孤独
    2021-01-04 08:13

    You need to send a Accept Ranges header when streaming on iPhone. This may be causing your problem. Look at this post

    MP4 plays when accessed directly, but not when read through PHP, on iOS

提交回复
热议问题