From: "Antonio Carlos Coelho" <[EMAIL PROTECTED]>
Subject: RE: smi script problem

It could be a problem with your machine... when
you include a big sequence of elements within a
<par> tag, RealPlayer buffer all the sequence.
So, maybe it is stalling because it is getting
out of resources... How many MB of RAM do you have?
The best try out is to put your smil presentation
in a Real Server and test it. 'Cause even if the
presentation runs normally in a local machine it
could stall when it is presented from a server.

______________________________________________
A C   C O E L H O
Streaming Media Specialist - StarMedia Broadband
Brazil
t. +55 11 3043 6558       www.starmedia.com.br

 > -----Original Message-----
 > From: [EMAIL PROTECTED]
 > [mailto:[EMAIL PROTECTED]]On Behalf Of RealForum
 > Sent: Wednesday, December 22, 1999 8:10 PM
 > Subject: smi script problem
 >
 >
 > From: Norm Gregory <[EMAIL PROTECTED]>
 > Subject: smi script problem
 >
 > Any idea why this stalls out . ..  quit after playing the fifth clip?
 >
 >      <par>
 >      <img src="xxxif" region="pix_region" begin="00.0s" end="17.4min" />
 >      <seq>
 >      <audio src="01.rm"/>
 >      <audio src="02.rm"/>
 >      <audio src="03.rm"/>
 >      <audio src="04.rm"/>
 >      <audio src="05.rm"/>
 >      <audio src="06.rm"/>
 >      <audio src="07.rm"/>
 >      <audio src="08.rm"/>
 >      <audio src="09.rm"/>
 >      <audio src="10.rm"/>
 >      <audio src="end.rm"/>
 >      </seq>  
 >      </par>
 >
 > Now if I do this . . . it will get through.
 >
 >      <par>
 >      <img src="xxxif" region="pix_region" begin="00.0s" end="17.4min" />
 >      <seq>
 >      <audio src="01.rm"/>
 >      <audio src="02.rm"/>
 >      <audio src="03.rm"/>
 >      <audio src="04.rm"/>
 >      <audio src="05.rm"/>
 >      </seq>  
 >      </par>
 >      <par>
 >      <img src="xx.gif" region="pix_region" begin="00.0s" end="17.4min" />
 >      <seq>
 >      <audio src="06.rm"/>
 >      <audio src="07.rm"/>
 >      <audio src="08.rm"/>
 >      <audio src="09.rm"/>
 >      <audio src="10.rm"/>
 >      <audio src="end.rm"/>
 >      </seq>  
 >      </par>


*******************************************************
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]>

Reply via email to