• Resolved Borko

    (@media-x)


    Hi there!

    Could you please explain how can i play a shoutcast stream. For example, the stream URL looks like this: http://144.76.172.23:7020/.
    I know that JPlayer plays the shoutcast stream with no problems. I know there’s a simple solution for this, right?

    Thanks in advance!

    http://wordpress.org/plugins/wp-miniaudioplayer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    At the time the miniAudioPlayer is invoked only for urls containing the “.m3” extension; otherwise it doesn’t recognize it as an audio-player. So the work around is to add the extension to the URL of the stream either as anchor or as parameter:

    http://144.76.172.23:7020/#.mp3
    http://144.76.172.23:7020/?_=.mp3

    That should render it as a player and play the audio stream.

    Anyway testing the URL you gave it doesn’t respond as an audio…
    Bye,
    Matteo

    Thread Starter Borko

    (@media-x)

    Yep, it worked when i added ; after the slash.
    So, it works when the URL looks like this
    <a href="http://144.76.172.23:7020/;#.mp3">LIVE STREAM</a>

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shoutcast stream’ is closed to new replies.