packet-srt.c: Add link to some network protocol description

This commit is contained in:
Joerg Mayer 2021-02-23 14:08:38 +01:00
parent ba196f550d
commit aae669118e
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
* quality live video over the worst networks.
*
* http://www.srtalliance.org
*
* As no version of the standard could be found on the above site, a
* network protocol description can be found in a sample implementation::
*
* https://github.com/Haivision/srt/blob/master/docs/handshake.md
*/
#include <config.h>