Re: [Live-devel] Patch against release dated 1/26/2009

2009-02-16 Thread Matt Schuckmann
Right thanks for the feedback. We'll looking to making the changes to our subclasses. Ross Finlayson wrote: I've now released a new version (2009.02.13) that includes some, but not all, of your suggested changes. A synopsis of the changes are listed below. 1. Modified BasicUsageEnvironment0

Re: [Live-devel] Patch against release dated 1/26/2009

2009-02-13 Thread Ross Finlayson
I've now released a new version (2009.02.13) that includes some, but not all, of your suggested changes. A synopsis of the changes are listed below. 1. Modified BasicUsageEnvironment0::reportBackgroundError() to get the errorResultMsgBuffer contents via a call to getResultMsg() instead of a

Re: [Live-devel] Patch against release dated 1/26/2009

2009-02-06 Thread Matt Schuckmann
Yes the RTP and RTCP ports could be obtained by parsing the SDP however that's rather ugly and inefficient don't you think? The new code is implemented in the OnDemandServerSubsession class. We couldn't just subclass OnDemandServerSubsession as the information is keep in the StreamState class wh

[Live-devel] Patch against release dated 1/26/2009

2009-02-06 Thread Gabriele De Luca
In answer to Matt Schuckmann: I think that RTCP client port can be set from SDP description (MediaSession).See RFC 3650. For the server RTCP port I think that can be implemented in the object OnDemandServerSubsession. What do you think Ross? __

[Live-devel] Patch against release dated 1/26/2009

2009-02-05 Thread Matt Schuckmann
Attached is a patch file for changes we've made to LIVE555 to support functionality we needed for our application. The patch is a diff of the 1/26/2009 release and our changes. I hope this patch isn't to big and all of the changes make sense and work with in your vision for the library. If an