lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 483 forks source link

Streaming media doesn't play in safari #2186

Open jackrobison opened 5 years ago

jackrobison commented 5 years ago

I think this is due to safari requesting an initial range of bytes 0-1 and the server not truncating the response to the requested end position (it would try returning the whole first blob) - sort of an opposite of the fixed issue with VLC and range start offsets.

tzarebczan commented 5 years ago

Related/blocking: https://github.com/lbryio/lbry-desktop/issues/2467

lyoshenka commented 4 years ago

should we still look at this? looks like lbryio/lbry-desktop#2467 was closed