Hey everyone,
I want to play audio streaming in mp3 format.
With the following html the mp3 streaming plays ok in web.
How can I play the same in B4A and maybe B4i. For B4A I tried feeding the stream to exoplayer with HLS but it raises an error.
Any suggestions?
I want to play audio streaming in mp3 format.
With the following html the mp3 streaming plays ok in web.
HTML:
<video controls autoplay name="media"><source src="https://......." type="audio/mpeg"></video>
How can I play the same in B4A and maybe B4i. For B4A I tried feeding the stream to exoplayer with HLS but it raises an error.
Any suggestions?