[Live-devel] Multicast session question
Yedidia Amit
amit.yedidia at elbitsystems.com
Mon Dec 1 21:06:09 PST 2008
Thank Ross.
I was thinking the same way but got problem with the "describe". When
calling sdpLine() no parameter is being passed ,which make it very
difficult for distiguishing between different clients.
I'm using multicast sessions which may cause some clients not to send
"setup".
any idea?
Regards,
Amit Yedidia
Elbit System Ltd.
Email: amit.yedidia at elbitsystems.com
Tel: 972-4-8318905
----------------------------------------------------------
________________________________
From: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com] On Behalf Of Ross Finlayson
Sent: Tuesday, December 02, 2008 2:40 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Multicast session question
Following my previous questions I want to create a
situation where one source is sent to two different multicast address.
For that I am using passiveMediaSubsession where I add
both destination to the sink.
I want to generate 2 sessions that whoever asks
"describe" for the first will receive in the sdp the first multicast
address,
and whoever asks "describe" for the second session will
receive in the sdp the second multicast address.
It sounds like you need your own "ServerMediaSubsession"
subclass, similar to (but different from)
"PassiveServerMediaSubsession".
In particular, you will need to write your own implementation of
the "getStreamParameters()" virtual function. Each call to this
function can result in a different multicast address being used (if
that's what you want). You can also use the "clientSessionId" parameter
to distinguish between clients, so that your other virtual functions can
know which client was given which multicast address.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
The information in this e-mail transmission contains proprietary and business
sensitive information. Unauthorized interception of this e-mail may constitute
a violation of law. If you are not the intended recipient, you are hereby
notified that any review, dissemination, distribution or duplication of this
communication is strictly prohibited. You are also asked to contact the sender
by reply email and immediately destroy all copies of the original message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20081202/be5812fa/attachment.html>
More information about the live-devel
mailing list