Re: [Live-devel] [PATCH] Fix parseCLine()

2010-02-09 Thread Aurélien Nephtali
On Tue, Feb 9, 2010 at 3:57 PM, Ross Finlayson wrote: >> The attached patch fixes 'c=' lines looking like this : >> >> c=IN IP4 224.0.0.0 > > That's actually not legal SDP (because 224.0.0.0 is a multicast address, and > so the line should have a trailing "/").  However, in the spirit of "be > lib

Re: [Live-devel] [PATCH] Fix parseCLine()

2010-02-09 Thread Ross Finlayson
The attached patch fixes 'c=' lines looking like this : c=IN IP4 224.0.0.0 That's actually not legal SDP (because 224.0.0.0 is a multicast address, and so the line should have a trailing "/"). However, in the spirit of "be liberal in what you accept", I'll make this change in the next relea

[Live-devel] [PATCH] Fix parseCLine()

2010-02-09 Thread Aurélien Nephtali
Hello, The attached patch fixes 'c=' lines looking like this : c=IN IP4 224.0.0.0 Regards, -- Aurélien Nephtali --- a/liveMedia/MediaSession.cpp 2010-01-25 15:55:06.0 + +++ b/liveMedia/MediaSession.cpp 2010-01-25 15:57:31.0 + @@ -287,7 +287,7 @@ Boolean MediaSession::pa