is.
On Sun, Jan 17, 2021 at 9:34 PM Carl Eugen Hoyos wrote:
> Am Sa., 16. Jan. 2021 um 18:57 Uhr schrieb Marcus P >:
>
> > ffmpeg -i "/path/to/audio/track.mp3" -vn -strict -2 -acodec pcm_u8 -f
> > wav -listen 1 -seekable 1 http://localhost:8090/restream.wav
>
Before requesting audio data iOS AVPlayer requests byte range 0-1 from
FFMPEG.
FFMPEG gives a 200 response, but AVPlayer requires a 206 response.
This results in the request failing and audio can't be played.
Can we change FFMPEG http to return a 206 response?
*Expected behavior*: Play tracks