voc / srtrelay

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

Adding streamid to more errors #15

Closed ravenium closed 3 years ago

ravenium commented 3 years ago

During an event, various systems tried to pull nonexistent streams but I wasn't sure which OBS and which streamid. This helps narrow it down (by looking at the console to see what stream it's looking for, or which stream is behind in packets). Normally I'd triage via IP alone but with NAT is gets tricky.

iSchluff commented 3 years ago

Ah right, I can see how that could be a problem. Thanks.