Hi @strawbs
Just to clarify, when you say “my audio player isn’t playing my stream…”, are you wanting it to play automatically when page comes up or do you mean it is not playing on your end after clicking the play button?
Either way, with the code snippet you attached you are missing 2 closing tags, which when inputted correctly, your audio will play.
Hope this helps.
I assume your trying to learn programming and so I left it vague intentionally so you could figure that out.
I don’t mean this to sound ugly or anything.
My first message basically tells you exactly what is wrong, while still leaving you room to figure it out by filling in the blanks so to speak or in this case end the only 2 tags that are not ended in your code snippet.
No.
It is a div but not just the one and the one you did close, you put the closing tag in the wrong place.
Think of a div like a container or wrapper, which is wrapping around the audio player.