Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix playback service doesn't work with azure CDN with media optimization
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.
- Loading branch information