[FFmpeg-devel] [PATCH] libavformat/opensrt: add Haivision Open SRT protocol

Nablet Developer sdk at nablet.com
Wed Dec 13 10:31:03 EET 2017


The protocol is used by thousands of Haivision customers since 2013,
in extremely sensitive medical, military and enterprise applications
with FIPS compliant encryption requirements. Since April 2017, the protocol
is Open Source and meanwhile >50 partners joined the SRT Alliance (srtalliance.org).
GStreamer already integrated the protocol and VLC has already accepted the pull
request for adding the SRT protocol to VLC. We see a dramatic adoption of the
protocol in the market and a lot of our partners are asking us frequently on a
ffmpeg integration.

Nablet Developer (1):
  avformat/opensrt: add Haivision Open SRT protocol

 configure               |  10 +
 doc/protocols.texi      | 116 +++++++++
 libavformat/Makefile    |   1 +
 libavformat/opensrt.c   | 622 ++++++++++++++++++++++++++++++++++++++++++++++++
 libavformat/protocols.c |   1 +
 5 files changed, 750 insertions(+)
 create mode 100644 libavformat/opensrt.c

-- 
2.7.4



More information about the ffmpeg-devel mailing list