Justin Kim f78be9d698 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
2017-11-07 14:34:48 -05:00
..
2017-08-25 17:21:04 -07:00
2017-11-07 12:39:58 +11:00
2017-07-17 09:22:15 +01:00
2017-10-13 12:25:22 +01:00
2017-08-08 16:00:44 +03:00
2017-09-05 10:56:24 +03:00
2017-11-07 14:34:48 -05:00
2017-11-07 14:34:48 -05:00
2017-11-07 14:34:48 -05:00