Re: Why people munge SDP

On Fri, Oct 18, 2013 at 7:45 PM, Rob Manson <roBman@mob-labs.com> wrote:
> Locally the size is not an issue. And if you're sending it over the wire
> then you can just send json diffs...and then just apply them on each side.
> This makes what goes over the wire considerably smaller than SDP and it's
> then easily manipulated via js.
>
> We've been doing this in an app with a js SDP parser/json structure similar
> to clux's and it's made the dynamic flow scenarios a lot easier to manage
> (or at least achievable).
>
> BTW: I think the output sdp needs to be identical to the input (excluding
> the munged/changed bits of course).

Agreed - clux's library doesn't do that and the parsed one doesn't
work any more, so it's apparently not as good as yours (yet?) . ;-)

Cheers,
Silvia.

Received on Friday, 18 October 2013 12:07:21 UTC