I have an ionic app but have problems playing an mp3 stream. I created a mp3 stream with our wowza server (into a hls stream), I have other native apps that play the stream fine, but in my ionic app it will not play.
Here is the audio info:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=128497,CODECS="mp4a.40.34"
chunklist_w1645440376.m3u8
Apparently I believe the mp4a.40.34 is not supported by browsers making the stream not playable. Is there a way to integrate a native audio player into a inoic app and have it play a hls audio stream?