Closed kevinolinger closed 5 years ago
We do not support audio only master playlist right now. You may also try using the generated media playlists directly, which should work on most HLS clients/players, including Safari.
It should be pretty easy to add support for audio only master playlist. Add it to v2.3 milestone.
We also welcome external contributions. Let me know if you'd like to help. I can point you to the part of the code that needs to be updated.
Thanks for the prompt response. Unfortunately, shaka player doesnt' support playback without a master playlist (see HLS_MASTER_PLAYLIST_NOT_PROVIDED )
Keep it open to track the support for audio only master playlist.
System info
Operating System: Ubuntu 14.04.5 (docker) Shaka Packager Version: e071710-release
Issue and steps to reproduce the problem
I'm segmenting an audio file 1059.zip (mp4/aac, stream info below) and creating a HLS playlist. The resulting playlist fails to play in shaka player (v2.4.2, in Chrome 68.0.3440.75 on Windows) with error 4032 even though the codec is supported. I think the problem is that the master playlist doesn't contain an EXT-X-STREAM-INF tag, but I'm unsure how to get shaka packager to add it.
Packager Command:
Extra steps to reproduce the problem? (1) Stream info:
(2) https://shaka-player-demo.appspot.com/support.html
What is the expected result? The playlist will playback in shaka player. What happens instead? Error 4032 is returned.
<Please attach the input files or email to shaka-packager-issues@google.com.>