From: "Rich Maranto" <[EMAIL PROTECTED]>
Subject: RE: Smil and Live Stream
Craig,
SMIL does not support "Indefinite". I can think of a couple of ways to sort
of achieve what you want in SMIL:
<body>
<par>
<!-- displays the gif and freezes it -->
<img src="mypix.gif" fill="freeze" region="mypix"/>
<video src="live.rm" region="video"/>
</par>
</body>
Or you could play a RealPix file that simply loops a number of images.
<body>
<par>
<!-- plays the RealPix file that could simply loop a couple of
images -->
<img src="mypix.rp" fill="freeze" region="mypix"/>
<video src="live.rm" region="video"/>
</par>
</body>
I have also tried using a short RealPix file with the repeat="yournumber"
parameter in the SMIL file, but didn't like the resulting performance.
Good luck,
Rich
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of RealForum
Sent: Monday, April 03, 2000 12:41 PM
Subject: RE: Smil and Live Stream
From: "Craig Preston" <[EMAIL PROTECTED]>
Subject: RE: Smil and Live Stream
If all you want to do is run a single image or set of images for as long as
a live stream is running (from minutes to hours...), what might the SMIL
command be?
I've tried inserting a single image into a stream, but it will not remain
there unless I specify a time. Our users listen to our Internet radio
stations for times ranging from a few minutes to a few hours. We'd simply
like to cycle some pix through the player as it streams audio.
Does SMIL support "indefinite"?
Cheers,
Craig Preston
*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites. Archives of RealForum can
be found at http://realforum.real.com
If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:
unsubscribe realforum
or from another account, besides the address you subscribed with:
unsubscribe realforum <[EMAIL PROTECTED]>