Firefox ignoring response header content-range and playing only the sample sent

后端 未结 2 542
青春惊慌失措
青春惊慌失措 2021-01-19 05:32

I have built an audio stream for mp3 files, and each time client hits the audio it receives something like this:

2条回答
  •  萌比男神i
    2021-01-19 05:48

    Just an idea. Did you tried some of the http 3xx header like: '308 Resume Incomplete' or '503 Service Temporarily Unavailable' plus 'retry-after:2' or '413 Request Entity Too Large' plus 'retry-after:2'

提交回复
热议问题