Azure CDN not serving full mp3; Direct blob storage works fine
Eben Freeman
0
Reputation points
Azure CDN is not serving a full mp3 file to the browser, the media player (video.js) stops and spins after a few min. This is a repeating daily issue that did not happen 6 months ago. Direct blob storage works fine.
Both CDN and blob storage requests return the same '206 Partial Content' and include the same request and response headers:
Request:
Range: bytes=0-
Response:
content-length: 26030624
content-range: bytes 0-26030623/26030624
content-type: audio/mpeg
Sign in to answer