AMWA-TV / sdpoker

A patched version of Streampunk/sdpoker with additional source-filter testing and bug fixes, used by AMWA-TV/nmos-testing
Apache License 2.0
12 stars 8 forks source link

Relax fmtp checking to better match RFC #6

Closed andrewbonney closed 4 years ago

andrewbonney commented 4 years ago

Resolves #2

This is far more permissive in its fmtp checking, but still ensures that poorly formatted lines like the following fail:

a=fmtp:22 testparam=; anotherparam=fail

As there are some regex changes, it could do with a thorough review.

Also includes a couple of minor fixes, and some further example SDPs (modified from the NMOS testing tool ones) intended to aim with future work on #4