i have successfully transcode RTSP live stream to HTTP live stream (audio MP3) using VLC

this is the url to my new live stream if i stream this url in VLC it works fine
http://174.60.175.62:8080
QUESTION
How can i play this http stream in iphone safari
this is what i have tried and didn't work
<video id="video" src="http://174.60.175.62:8080" autoplay="autoplay">
It’s MP3 so use HTML5 Audio Element
Here is all information you needed for HTML5 Audio and Video