[Bug 785730] New elements: libSRT src/sink

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 7 19:35:24 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=785730

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.13.1

--- Comment #26 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Merged

Author: Justin Kim <justin.kim at collabora.com>
Date:   Mon Jul 31 14:38:34 2017 +0900

    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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list