video_viewer icon indicating copy to clipboard operation
video_viewer copied to clipboard

HLS Link Query String (ACL & HMAC) not Preserved after Source Change

Open tzsk opened this issue 2 years ago • 0 comments

Background

HLS Links starts out playing without any issues.

Changing Quality

When the quality is switched the below stack trace is generated. Looks like a 403 Error. Might be because the request is not made properly when sent.

I've tried the same link with a random Web Player. Other less featured HLS players for Flutter (Which I don't like). Seems like they are able to switch the renditions without any problems.

My theory is, it is only happening where the (HLS) Stream is private. Open & Free HLS (m3u8) links don't really have the ACLs and HMACs.

ERROR

image

tzsk avatar Mar 21 '22 07:03 tzsk