RE: problem with real media smil

Matthias,

It's very simple to do what you've described using smil.  Here's an
example of  two real media files played back-to-back, when one ends the
other starts, and they will continually loop. 

<smil>
  <head>
    <layout>
      <region id="videoRegion" left="5" top="5" width="400"
height="180"/>
    </layout>
  </head>
  <body>
    <seq repeat="indefinite">
      <video id="Video1" region="videoRegion" src="url to 1st real media
file here"/>
      <video id="Video2" region="videoRegion" src="url 2nd real media
file here"/>
    </seq>
  </body>
</smil>

If you want to play it embedded in a webpage, then include the following
html embed command:

   <embed src="url to your smil file" type="video/x-pn-realvideo-plugin"
controls="ImageWindow" autostart="true">

Hope this helps.

Tammy Kohl
Technical Product Manager
Context Media
tkohl@contextmedia.com <mailto:tkohl@contextmedia.com> 

 

 -----Original Message----- 
 From: tmichel 
 Sent: Tue 1/30/2001 10:12 PM 
 To: www-smil@w3.org 
 Cc: mt 
 Subject: problem with real media smil
 
 


 ----- Original Message -----
 From: "mt" <t@inode.at>
 To: <www-smil@w3.org>
 Sent: Monday, January 29, 2001 1:25 AM
 Subject: [Moderator Action] problem with real media smil
 
 
 > i have a problem, for which i read some w3c smil specs and
docs, but i
 could
 > not figure out, how to solve it
 >
 > i have two real media clips, which have to be played in a loop
(one after
 > another)
 > the two have to be files, that are on the local server - one
has to be
 very
 > short, so it can be replaced with a broadcast-file, when the
broadcast
 > starts
 > the goal is to have a real media stream start in the browser
of the
 clients
 > and they don't have to reload their browsers to see the
broadcast
 >
 > -is this possible with smil?
 > -how can this be done?
 > -are there any other solutions to do this?
 >
 > thanks a lot for your time and your help
 >
 > --
 > matthias tarasiewicz
 > university of applied arts, vienna
 > parasew@vis-med.ac.at
 >
 
 

Received on Tuesday, 30 January 2001 22:45:37 UTC