mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
f78be9d698
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
69 lines
1.3 KiB
Meson
69 lines
1.3 KiB
Meson
subdir('assrender')
|
|
#subdir('bs2b')
|
|
subdir('bz2')
|
|
subdir('chromaprint')
|
|
subdir('curl')
|
|
#subdir('daala')
|
|
subdir('dash')
|
|
#subdir('dc1394')
|
|
subdir('directfb')
|
|
subdir('dtls')
|
|
subdir('dts')
|
|
subdir('faac')
|
|
subdir('faad')
|
|
subdir('fdkaac')
|
|
subdir('flite')
|
|
subdir('fluidsynth')
|
|
subdir('gl')
|
|
#subdir('gme')
|
|
subdir('gsm')
|
|
subdir('gtk')
|
|
subdir('hls')
|
|
subdir('iqa')
|
|
subdir('kate')
|
|
#subdir('ladspa')
|
|
subdir('libde265')
|
|
subdir('libmms')
|
|
#subdir('lv2')
|
|
#subdir('modplug')
|
|
subdir('mpeg2enc')
|
|
subdir('mplex')
|
|
#subdir('musepack')
|
|
#subdir('neon')
|
|
#subdir('ofa')
|
|
#subdir('openal')
|
|
subdir('opencv')
|
|
#subdir('openexr')
|
|
subdir('openh264')
|
|
subdir('openjpeg')
|
|
#subdir('openni2')
|
|
subdir('opus')
|
|
subdir('resindvd')
|
|
subdir('rsvg')
|
|
subdir('rtmp')
|
|
subdir('sbc')
|
|
subdir('schroedinger')
|
|
subdir('smoothstreaming')
|
|
#subdir('sndfile')
|
|
if cc.get_id() != 'msvc'
|
|
# soundtouch doesn't do exporting of symbols for DLLs and I'm not sure how to
|
|
# do that for C++ classes. -- Nirbheek
|
|
subdir('soundtouch')
|
|
# libspandsp has a bunch of portability issues in the headers
|
|
# If someone really wants to use this, it shouldn't be hard to port
|
|
subdir('spandsp')
|
|
endif
|
|
#subdir('spc')
|
|
subdir('srt')
|
|
subdir('srtp')
|
|
#subdir('teletextdec')
|
|
#subdir('wildmidi')
|
|
subdir('ttml')
|
|
subdir('voaacenc')
|
|
#subdir('voamrwbenc')
|
|
subdir('vulkan')
|
|
subdir('wayland')
|
|
subdir('webrtcdsp')
|
|
subdir('webp')
|
|
subdir('x265')
|
|
subdir('zbar')
|