How does one import a stream intended for Windows Media Player in to a
Linux application like RhythmBox?  The link I'm tring to access is:

        http://www.cfra.com/listen/index.asp#

It's contents include:

      <object id="player" width="320" height="70" 
                                
classid=CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95 
                                
codebase="http://www.microsoft.com/ntserver/netshow/download/en/nsmp2inf.cab#Version=5,1,51,415";
 
                                standby="Loading Microsoft Media Player 
components...">
          <param name="FileName" VALUE="http://142.46.199.62/cfra200367s";>
          <param name="ShowControls" VALUE="1">
          <param name="ShowTracker" VALUE="1">
          <param name="ShowStatusBar" VALUE="1">
          <param name="VideoBorder3D" VALUE="0">
          <param name="VideoBorderWidth" VALUE="0">
          <param name="AutoStart" value="1">
          <param name="AnimationAtStart" value="0">
          <param name="TransparentAtStart" value="0">
                  <param name="SendErrorEvents" value="true">
          <embed type="video/x-ms-asf-plugin"
                                        
pluginspage="http://www.microsoft.com/windows/mediaplayer/download/default.asp"; 
                                        src="http://142.46.199.62/cfra200367s"; 
                                        ShowControls="1" 
                                        ShowTracker="1"                 
                                        ShowStatusBar="1" 
                                        VideoBorder3D="0"
                                        VideoBorderWidth="0"
                                        width="320" 
                                        height="70" 
                                        AutoStart="1" 
                                        AnimationAtStart="0"
                                        TransparentAtStart="0"
                                        SendErrorEvents="true"                  
        
                                        > </embed>
      </object>


I've tried just inserting the "http://142.46.199.62/cfra200367s"; in to
RhythmBox, but when opened it just displays "Buffering..." and never
plays anything.

Thanks in advance!

                                          Brian
                                 ( [EMAIL PROTECTED] )

-------------------------------------------------------------------------------
     There's no healthy way to mess with the line between wrong and right.
-------------------------------------------------------------------------------
  ( Couldn't verify my signature?  Use http://www.precidia.com/precidia.crt )


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to