Closed manuc66 closed 6 years ago
Hi
I noticed that in ST2110-20 the interlace parameter is a standalone declaration and do not have a value. (See in this validation library: https://github.com/Streampunk/sdpoker/blob/b56fc0e0f5c0fd00a0696aac45795db2a660ea43/checkST2110.js#L607 )
interlace
In this case the parameter is omitted from the result structure. From my investigation this due to this this condition : https://github.com/clux/sdp-transform/blob/17386b7ea7a8ac917156c4af5a500503905a989b/lib/parser.js#L68
Released the fix in sdp-transform@2.4.1
Thanks again :smile:
Hi
I noticed that in ST2110-20 the
interlace
parameter is a standalone declaration and do not have a value. (See in this validation library: https://github.com/Streampunk/sdpoker/blob/b56fc0e0f5c0fd00a0696aac45795db2a660ea43/checkST2110.js#L607 )In this case the parameter is omitted from the result structure. From my investigation this due to this this condition : https://github.com/clux/sdp-transform/blob/17386b7ea7a8ac917156c4af5a500503905a989b/lib/parser.js#L68