voc / srtrelay

SRT relay server for distributing media streams to multiple clients.
MIT License
144 stars 36 forks source link

Support standard streamid syntax #39

Open calanor opened 5 months ago

calanor commented 5 months ago

Support the streamid access control methods as defined in the SRT https://github.com/Haivision/srt/blob/master/docs/features/access-control.md

#!::m=(request|publish),r=(stream-key),u=(user),s=(password)

Maintains compatible with current syntax.

iSchluff commented 3 months ago

Looks pretty good, Can you please also add some parsing tests for the new streamid format?