Skip to content

srtobject: add streamid property

The stream id starts with '#!::' according to SRT Access Control[1], but GstURI requires URI encoded string.This commit introduces additional property to set the id by normal string.

[1] https://github.com/Haivision/srt/blob/master/docs/AccessControl.md

Merge request reports