gortsplib
gortsplib copied to clipboard
track_h264: avoid appending empty sps to fmtp line
This avoids adding fmtp lines of the form "sprop-parameter-sets=" with no value (which leads to malformed SDPs).
For context I noticed this behaviour when trying to figure out a regression in our usage of rtsp-simple-server since v0.17.17 where the profile-level-id is being stripped and these spurious sprop-parameter-sets=
strings are added.
This doesn't completely fix our issue (as the profile-level-id is still being stripped) but I think makes sense on its own.
Hello, what's the name of the client that warns about malformed SDPs? i've seen a lot of cameras (mostly HikVision) that outputs an empty sprop-parameter-sets.
Hello, what's the name of the client that warns about malformed SDPs? i've seen a lot of cameras (mostly HikVision) that outputs an empty sprop-parameter-sets.
Wireshark :laughing:
bump
This issue is being locked automatically because it has been closed for more than 6 months. Please open a new issue in case you encounter a similar problem.