[Bug 785730] New elements: libSRT src/sink

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 29 10:23:11 UTC 2017


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

George Kiagiadakis <gkiagia at tolabaki.gr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gkiagia at tolabaki.gr

--- Comment #16 from George Kiagiadakis <gkiagia at tolabaki.gr> ---
Wouldn't it be easier if the server/client selection was done via the URI
instead of creating new elements? libsrt has a tool called stransmit, which
works like that. And it seems there is also the simultaneous open mode, which
is not covered by these elements.

stransmit behaves like this:

# client mode - assuming that 192.168.1.1 is a remote IP
srt://192.168.1.1:7000
srt://192.168.1.1:7000?mode=client
srt://192.168.1.1:7000?mode=caller

# server mode - assuming that 192.168.1.1 is a local interface IP
srt://192.168.1.1:7000?mode=server
srt://192.168.1.1:7000?mode=listener
srt://:7000?adapter=192.168.1.1
srt://:7000    (binds to 0.0.0.0)

# SO mode - assuming that 192.168.1.1 is a local interface IP and 192.168.1.2
is a remote one
srt://192.168.1.2:7000?mode=rendezvous  (connect to 192.168.1.2 and bind to
0.0.0.0)
srt://192.168.1.2:7000?mode=rendezvous&adapter=192.168.1.1  (connect to
192.168.1.2 and bind to 192.168.1.1)

-- 
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