Cannot load HLS live stream due to error
See original GitHub issueHave you read the FAQ and checked for duplicate open issues? Yes.
What version of Shaka Player are you using? 2.4.6
Can you reproduce the issue with our latest release version? Yes.
Can you reproduce the issue with the latest code from master?
Yes.
Are you using the demo app or your own custom app? Custom app.
If custom app, can you reproduce the issue using our demo app? Yes.
What browser and OS are you using? Google Chrome 71.0.3578.98 on Mac OSX 10.13.6
For embedded devices (smart TVs, etc.), what model and firmware version are you using? Samsung Tizen 2017 TV (UN43MU6300 Model) (3.0 Platform) w/ retail T-KTMAKUC-1250.5 Firmware
What are the manifest and license server URIs?
What did you do?
Tried to load an unencrypted HLS live stream manifest.
Fiddle: https://jsfiddle.net/t4s1ko9u
What did you expect to happen? I expected that the HLS live stream would load and begin playing.
I have also tested this same live stream manifest on both Tizen’s built in video player on both 2017 and 2018 TVs and the HLS reference player, and it plays without error.
What actually happened?
The HLS live stream failed to load with MANIFEST.HLS_COULD_NOT_PARSE_SEGMENT_START_TIME / 4030 error on Shaka 2.4.6.
On Shaka 2.5.0-beta2 the error message appears to be different: Shaka Error MANIFEST.HLS_REQUIRED_ATTRIBUTE_MISSING (URI) / 4023
I also saw additional output in the console when using Shaka 2.4.6:
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_dv/00008/master_dv_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_dv/00008/master_dv_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_dv/00008/master_dv_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_128/00008/master_128_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_128/00008/master_128_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_128/00008/master_128_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_128/00008/master_128_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_128/00008/master_128_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_128/00008/master_128_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_dv/00008/master_dv_01043.aac
Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS preflights. https://rcavlive.akamaized.net/hls/live/664044/cancbft/20190128T093659/master_dv/00008/master_dv_01043.aac
It seems to me like this is partially a manifest issue, but also something that is possibly not being handled correctly. Any help on this would be much appreciated. Thank you!
EDIT: Formatting.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)

Top Related StackOverflow Question
@kevinscroggins-youi I am in Ontario so I took a look at your content and reproduced your issue using Shaka v2.4.6.
HlsParser#getStartTime_throws HLS_COULD_NOT_PARSE_SEGMENT_START_TIME becausemimeTypeisaudio/aac, which is apparently not supported (see issue #1083). @vaage does this make sense? If you have any follow-up questions let me know and I’m happy to test again.See the state of HlsParser at the point of the error below:
@kevinscroggins-youi We will need the content hosted or else won’t be able to reproduce the issue.