summaryrefslogtreecommitdiff
path: root/ext/meson.build
diff options
context:
space:
mode:
authorJustin Kim <justin.kim@collabora.com>2017-07-31 14:38:34 +0900
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-11-07 14:34:48 -0500
commitf78be9d6988b1c3d1482a981c94a545e79645e43 (patch)
tree3ca93e95f59c9bfc8411eb290258d9d5971deb7d /ext/meson.build
parent07819afda461f5e4d77c9be9f484a7aae3c5ec8c (diff)
downloadgstreamer-plugins-bad-f78be9d6988b1c3d1482a981c94a545e79645e43.tar.gz
srt: Introduce SRT source and sink
SRT[0] is an open source transport technology[1] that optimizes streaming performance across unpredictable networks. Although SRT is based on UDP, it works like connection-oriented protocol. However, it doesn't mean that the SRT server or client is necessarily to link to a receiver or a sender so, here, the pairs of source and sink elements are introduced. - srtserversink: SRT server to feed SRT stream - srtclientsrc: SRT client to get SRT stream from srtserversink - srtclientsink: SRT client to send SRT stream - srtserversrc: SRT server to listen from srtclientsink [0] https://github.com/Haivision/srt [1] http://www.srtalliance.org/ https://bugzilla.gnome.org/show_bug.cgi?id=785730
Diffstat (limited to 'ext/meson.build')
-rw-r--r--ext/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/meson.build b/ext/meson.build
index 2f3eeb6f0..fbe3513d2 100644
--- a/ext/meson.build
+++ b/ext/meson.build
@@ -54,6 +54,7 @@ if cc.get_id() != 'msvc'
subdir('spandsp')
endif
#subdir('spc')
+subdir('srt')
subdir('srtp')
#subdir('teletextdec')
#subdir('wildmidi')