Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix playback service doesn't work with azure CDN with media optimization #204

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

x-projs
Copy link

@x-projs x-projs commented Oct 11, 2023

feature enabled.

For azure CDN with media optimization enabled, if the media file is missing, the CDN will request a very big range. In the original implementation, playback service doesn't honor the real content length instead, it will return the request range. This incorrect behavior will make the cdn return network protocol error.

feature enabled.

For azure CDN with media optimization enabled, if the media file is
missing, the CDN will request a very big range. In the original
implementation, playback service doesn't honor the real content length
instead, it will return the request range. This incorrect behavior will
make the cdn return network protocol error.
@x-projs x-projs merged commit 39f80cf into main Oct 11, 2023
3 checks passed
@x-projs x-projs deleted the yuboxie/fix-cdn branch October 11, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants