Hi,
we’ve an issue trying to add HLS support on HTML5 desktop browser. We’ve mp3 audio-only files, and we’re trying to stream with Wowza 4.5 using jwplayer/hlsjs but mp3 stream doesn’t work.
It’ seems there’s an issue with hls manifest that set audio codec to “mp4a.40.34” which is not supported by Chrome and Firefox.
For example this manifest doesn’t work: http://video.radioradicale.it/store-66/definst/mp3:2016/11/MP862180.mp3/playlist.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=63701,CODECS="mp4a.40.34"
instead this other stream works using hlsjs dev: https://player.webvideocore.net/playlist.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=63701
This is the discussion: https://github.com/dailymotion/hls.js/pull/808#issuecomment-261555621
how can we remove
CODECS="mp4a.40.34"
from mp3 hls manifest?
thanks