[vlc-devel] [PATCH] srt: add streamid option

Francois Cartegnie fcvlcdev at free.fr
Wed Oct 28 14:02:21 CET 2020


Le 28/10/2020 à 00:57, Ÿnérant a écrit :
>      bool passphrase_needs_free = true;
> +    char *psz_streamid = var_InheritString( p_stream, SRT_PARAM_STREAMID );
> +    bool streamid_needs_free = true;

Note that,
since neither SRT and RIST cared about option collisions, we'll need to
move both sides to a dedicated prefix at some point.

-- 
Francois Cartegnie
VideoLAN - VLC Developer


More information about the vlc-devel mailing list