From: Steve McMillen <[EMAIL PROTECTED]>
Subject: Re: Active X Controls
You might try having a SMIL file which plays two video streams or two
different streams play back in the presentation at the same time.
However, they will be operating under the same timeline. That is, let's
say you have two RealPix presentations, both with audio and a realpix
stream. You can author a smil file that has all 4 elements as follows:
<smil>
<body>
<par>
<audio src="rtsp://server/audio1.rm"/>
<ref src="rtsp://server/pix1.rp" region="pix1"/>
<audio src="rtsp://server/audio2.rm"/>
<ref src="rtsp://server/pix2.rp" region="pix2"/>
</par>
</body>
</smil>
Now you author an HTML file with an EMBED tag for each graphical
element, use the CONSOLE= argument to tie them together and use the
REGION= tag to define which region the stream should play back in as
follows:
<embed src="rtsp://server/all.smi" controls="ImageWindow" Width=320
Height=240 CONSOLE=1 REGION=pix1>
<embed src="rtsp://server/all.smi" controls="ImageWindow" Width=320
Height=240 CONSOLE=1 REGION=pix2><br>
<embed src="rtsp://server/all.smi" controls="ControlPanel" Width=320
Height=30 CONSOLE=1>
Note: the console= argument must have the same value for both clips to
work as one.
This is documented in the RealSystem G2 Production Guide in Chapter 8
under the heading of 'Laying out SMIL in a web page"
That said, I am not sure this solves your problem. Just a thought...
Cheers!
RealForum wrote:
>
> From: "Stan" <[EMAIL PROTECTED]>
> Subject: Active X Controls
>
> Is it possible to have two Active X controls in an application
> playing at the same time ?
*******************************************************
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]>