I can't play the URL at the moment but this URL is the last one
rtsp://go.rbn.com/livecon/kcrw/g2demand/ss/Swing_Shift.rm

The first URL (which I presume is the ad)  is 
rtsp://go.rbn.com/livecon/kcrw/g2demand/hardtail.rm

The easy way to get these is to save the SMIL file (e.g. use wget or
save to file with a browser)  and the look in it with an editor - the
"<audio src" tag has the URL.


Code:
--------------------
    
  <smil>
        <head>
                <!-- Presentation attributes. -->
                
                <meta name="title" content="Swing Shift"/>
                <meta name="author" content="Hosted by Various DJs"/>
                <meta name="copyright" content="(c)2005 KCRW.com"/>
                
                <layout>
  
                <!-- Width, height, and background color of entire 
presentation. -->
  
                <root-layout width="360" height="70" background-color="#000000" 
/>
  
                <!--TOP ROW-->
  
        <region id="1" left="0" top="0" width="360" height="70" z-index="1" 
fit="fill" background-color="000000" />
  
  
                </layout>
  
        </head>
        
        <body>
  <par>
        <img 
src="http://www.kcrw.com/smil/hardtail_banner360x70.gif?url=http://hardtailforever.com&target=_browser";
 region="1" fill="freeze"/>
        <audio src="rtsp://go.rbn.com/livecon/kcrw/g2demand/hardtail.rm"/>
  </par>
  
  <par>
        <img 
src="http://www.kcrw.com/smil/kcrwdotcom_logo.gif?url=http://KCRW.com&target=_browser";
 region="1" fill="freeze"/>
  
        <seq>
        <!--<audio 
src="rtsp://go.rbn.com/livecon/kcrw/g2demand/Support_KCRW_Music.rm"/>-->
        <audio src="rtsp://go.rbn.com/livecon/kcrw/g2demand/ss/Swing_Shift.rm"/>
        </seq>
  
  </par>        
        </body>
  </smil>
  
  
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=20308

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to