From: DAVID PRICE <[EMAIL PROTECTED]>
Subject: Re: Q: Multiple instances of RealProducer?
[EMAIL PROTECTED] said:
> Subject: Re: Q: Multiple instances of RealProducer?
> Instead of running the following:
> RealProducer Instance #1: audio only REalProducer Instance #2: Audio
> + video
> * problem here is each instance tries to grab the sound card and they
> can't.
> Use the following configuration:
> RealProducer Instance #1: audio only (call this audio_only.rm)
> REalProducer Instance #2: video only (call this video_only.rm)
> Then link to the above streams as follows:
> audio only:
> <smil> ... some layout if desired ... <body> <par>
> <audio src="audio_only.rm"/> </par> </body> </smil>
> For the video and audio use the following smil file: <smil> ... some
> layout if desired ... <body> <par>
> <audio src="audio_only.rm?wallclock=foo"/>
> <ref src="video_only.rm?wallclock=foo"/> </par> </body> </smil>
What about if I have a machine with two audio cards and one video
capture card. Presumably I can do some like...
> RealProducer Instance #1: audio only - card one (call this audio_one.rm)
> RealProducer Instance #2: audio only - card two (call this audio_two.rm)
> REalProducer Instance #3: video only (call this video_only.rm)
and then combine using SMIL as you suggest ?
Have you (or anyone) got experience of doing this on
either NT or Linux? What cards did you use??
Dave Price
*******************************************************
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]>