Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Streaming a single station help please.

1 reply [Last post]

Hi all, Any chance of a bit of expert help from one of you guys.

I need to set up a player on a website that will stream this url: http://78.129.247.170/IRC_Radio

This plays fine in a browser but I can't figure out what i need to do to to get it to work. I am okay with putting audio / video on our site using the setup wizard and embeding it etc,but when it comes to a live stream I am stuck.

I have looked through threads that send you to the tutorials etc but I get lost in terminology.

Basically what I am after is some advice from scrach what I do.

What do i need? can this be done with a single xml and if so can anyone provide me with the xml i would need.

the other thing is on the setup page wich player would i need to select?

Sorry for all the questions but I am fairly new to this and not the most technical.

Can anyone help? "please"

MJ

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">

<!-- From:  http://www.longtailvideo.com/support/forum/General-Chat/20624/Streaming-a-single-station-help-please- -->

  <head>

    <title>Rally Radio - JWMP v4.6.x - swfobject v2.x</title>

    <script src="http://www.google.com/jsapi"></script>

    <script>
      google.load('swfobject', '2.2');
    </script>

    <script type="text/javascript">
      var flashvars =
      {
        'file':                                  'http://78.129.247.170:80/Rally_Radio',
        'type':                                  'sound',

      //...needed for Firefox
        'duration':                              '14400',

        'skin':                                  'snel-2',
        'frontcolor':                            'FF00FF',  // text & icons                  (magenta)
        'backcolor':                             'FFFFFF',  // playlist background           (white)
        'lightcolor':                            'CCFF66',  // selected text/track highlight (lime-green)
        'screencolor':                           'FFFFFF',  // screen background             (white)
        'id':                                    'playerID',
        'autostart':                             'true'
      };

      var params =
      {
        'allowfullscreen':                       'true',
        'allowscriptaccess':                     'always'
      };

      var attributes =
      {
        'id':                                    'playerID',
        'name':                                  'playerID'
      };

      swfobject.embedSWF('player-4.6.485.swf', 'player', '400', '32', '9.0.124', false, flashvars, params, attributes);
    </script>

  </head>

  <body>

    <div id="playercontainer" class="playercontainer"><a id="player" class="player" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Get the Adobe Flash Player to see this video.</a></div>

  </body>

</html>