srtobject: allow passing SRT Stream ID in stream URI
authorJakub Adam <jakub.adam@collabora.com>
Mon, 18 Nov 2019 15:15:21 +0000 (16:15 +0100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 20 Nov 2019 17:09:34 +0000 (17:09 +0000)
commit19391ae4c715cf35112496db90a9b3a6de82e19a
tree17f200d2cdc8b6f2ae4f82dd504ee178e0a332dd
parent8106fd1a646e7c744a7b0f86ed1b0b824849638d
srtobject: allow passing SRT Stream ID in stream URI

Based on Stream ID, the application can accept or reject the connection,
select the desired data stream, or set an appropriate passphrase for the
connection. Example usage:

  srt://127.0.0.1:1234?streamid=mystream
ext/srt/gstsrtobject.c