You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Summary
Pict-rs range requests aren't working. This is needed for video streaming.
Safari in particular fails to playback https://lt.harding.dev/pictrs/image/88aaf722-b9d5-4e72-88c4-63e5e9a1bc42.mp4 in a video element because the server doesn't support range requests.
Not sure what the problem is, Lemmy does forward the entire request including headers to pictrs, and returns all response headers. Can you check if the range request is working directly against pictrs? Also note that Lemmy doesnt support head requests.
Requirements
Summary
Pict-rs range requests aren't working. This is needed for video streaming.
Safari in particular fails to playback
https://lt.harding.dev/pictrs/image/88aaf722-b9d5-4e72-88c4-63e5e9a1bc42.mp4
in a video element because the server doesn't support range requests.Steps to Reproduce
curl -I -H "Range: bytes=0-1" https://pub-be81109990da4727bc7cd35aa531e6b2.r2.dev/safari-fails-to-playback.mp4
206
with correct reponse headerContent-Range: bytes 0-1/5975596
curl -I -H "Range: bytes=0-1" https://lt.harding.dev/pictrs/image/88aaf722-b9d5-4e72-88c4-63e5e9a1bc42.mp4
200
withContent-Range
not presentTechnical Details
lt.harding.dev is running latest ansible config.
Version
0.19.8
Lemmy Instance URL
lt.harding.dev
The text was updated successfully, but these errors were encountered: