Re: [Live-devel] Lost consideration about SSM on Windows XP with VS6.

2007-11-21 Thread Brain Lai
2007/11/22, Ross Finlayson <[EMAIL PROTECTED]>: > > I don't follow this. The "forceMulticastOnUnspecified" hack - which > is used only if a multicast address was *not* specified in SDP - > cannot possibly be expected to work for SSM sessions, because, for > such sessions, the source filter address

[Live-devel] RTSPServer Authentication: Basic

2007-11-21 Thread Nicola Bova - Redsk
Hi all, I'm implementing a streamer server and I've defined my own sublass of "RTSPServer" to get a custom behavior. Now I'm managing authentication and I have to implement a Basic auth ("Authentication: Basic" instead of "Authentication: Digest") in order to support a legacy client. Which is

[Live-devel] fOurServerMediaSession

2007-11-21 Thread Vivek Mehrotra
Hi, Can you please elaborate on how fOurServerMediaSession is updated for multiple client sessions. If I have two setup requests from the same source with all else the same but different transport parameters, does the second request override the first? Is there a limitation on the number of c

[Live-devel] live555MediaServer and RAW UDP streaming

2007-11-21 Thread bagger-devel
Hello, mailinglist! Is it possible to make live555MediaServer stream with RAW UDP datagrams, not with RTP? If so, how can i do this? Thanks for help! -- Best regards, bagger-devel mailto:[EMAIL PROTECTED] ___ live-devel m

Re: [Live-devel] Lost consideration about SSM on Windows XP with VS6.

2007-11-21 Thread Ross Finlayson
>The fourth parameter "forceMulticastOnUnspecified" of >RTSPClient::setupMediaSubsession() will guide the client agent to >setup a multicast subsession if the IP address is not specified in >SDP. The client will then join the multicast group later by calling >subsession.setDestinations(fServerA

[Live-devel] Lost consideration about SSM on Windows XP with VS6.

2007-11-21 Thread Brain Lai
Dear Sir: The fourth parameter "forceMulticastOnUnspecified" of RTSPClient::setupMediaSubsession() will guide the client agent to setup a multicast subsession if the IP address is not specified in SDP. The client will then join the multicast group later by calling subsession.setDestinations(fServe