Skip to content

srtobject: allow passing SRT Stream ID in stream URI

Jakub Adam requested to merge xhaakon/gst-plugins-bad:srtstreamid into master

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

Merge request reports