sdp-transform icon indicating copy to clipboard operation
sdp-transform copied to clipboard

A simple parser/writer for the Session Description Protocol

Results 7 sdp-transform issues
Sort by recently updated
recently updated
newest added

When the payload is only one, a number is returned. when there are multiple payloads a string is returned. I think we should have a consistency to be able to...

enhancement

SAP messages for MPEG-TS UDP video have a `/x` to the port like `8208/1`. Wireshark calls this `Media Port Count`. The media filter of `\d` does not match this, so...

Would very much like to just simply use (async) import from a CDN without bundling the code

trr-int is currently labelled as a `push` attribute, meaning it can be more than one per media stream, but this seems unlikely from reading rfc4585. also, trr-int basically pass the...

question

Hi, currently this parser marks MRCP related parameters as invalid: SDP in SIP INVITE: ``` $ cat sdp_mrcp_request.js const sdpTransform = require('sdp-transform'); const sdpStr = "v=0\r\n\ o=FreeSWITCH 5772550679930491611 4608916746797952899 IN...

In many places we use `(\w*)` or less commonly `(.*)` as a shorthand for what [rfc4566](https://tools.ietf.org/html/rfc4566)'s definition of a `token`: ``` token-char = %x21 / %x23-27 / %x2A-2B / %x2D-2E...

Hi, I've just added the required grammar for parsing precondition `a` attributes based on RFC 3312. Sample: ``` v=0 ..... a=curr:qos local none a=curr:qos remote none a=des:qos mandatory local sendrecv...