Kurento / bugtracker

[ARCHIVED] Contents migrated to monorepo: https://github.com/Kurento/kurento
46 stars 10 forks source link

libsrtp fork review #332

Closed j1elo closed 5 years ago

j1elo commented 5 years ago

Review process of the Kurento fork.

Project: Port to Ubuntu 18.04 (Bionic): https://github.com/orgs/Kurento/projects/1

Versions

Dependencies

Status

Several undocumented commits:\ https://github.com/Kurento/libsrtp/commits/master

Next steps

End2End tests - Check if anything breaks for using the Ubuntu's system version instead of our own fork.

kohenkatz commented 5 years ago

You noted that you aren't sure "why is SSL >= 1.0.2 required?"

I don't think you need to worry about figuring that out that anymore, because the lowest supported Ubuntu version is now xenial which only ships with libssl-dev >= 1.0.2.

It might be of historical interest, but it isn't of any practical interest as far as I can tell.

j1elo commented 5 years ago

https://github.com/Kurento/libsrtp/commit/2d7c37e15a3175b3cdb1648889c9b94aed693a78 introduces a new patch that provides support for repeated receptions for the srtpdec element, which ultimately allows Kurento to handle packet retransmissions when there is network packet loss.