How could I play a shoutcast/icecast stream using HTML5?

前端 未结 7 1962
借酒劲吻你
借酒劲吻你 2020-12-04 12:49

Is it possible to play a shoutcast/icecast stream using HTML5?

If so, how should I implement it?

相关标签:
7条回答
  • 2020-12-04 13:27

    Yes. But its only work in Safari

        <!DOCTYPE html>
    <audio controls src="http://shoutcast.internet-radio.org.uk:10272/"></audio>
    

    Cause Opera and Firefox did not support non free Codecs

    0 讨论(0)
提交回复
热议问题