I know that there are issues with mp3-based hls streaming, however I've transcoded my audio (I know it's a bad idea generally because of the loss, but it's a matter of this working or not) into an aac codec, in an mp4 container. Here are the relevant pieces of code that I can think of.
For the xml:
<streamFormat>mp3</streamFormat>
<media>
<streamBitrate></streamBitrate>
<streamURL>http://(ScaleEngine url)/NoSleep/01x01.mp4/playlist.m3u8</streamURL>
</media>
And for the Brightscript, I'm using Belltown's script for audio and video streaming, linked here:
viewtopic.php?f=34&t=51192I haven't modified the Brightscript at all, but I still get errors whenever I try to stream the audio, though video works just fine. The error I'm getting is "roAudioPlayerEvent: IsStatusMessage: Error parsing stream data." which I know is largely unhelpful. If you need other information, please ask because I'm not 100% sure what is needed to help out. I appreciate your time.