voc / srtrelay

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

Sockets not always loaded #33

Open DigibitDK opened 8 months ago

DigibitDK commented 8 months ago

API-sockets (server:port/sockets) are not always loaded, and page just returns completely blank page (200 OK). Nothing explains in log.

This seems to happen in case of multiple subscribers (players).

In my case, tested with 1 publisher, and 5 players. (It do happen with 4 playing streams as well, but not always)

v.1.1.0

pkmdev commented 8 months ago

Seeing this issue as well

pkmdev commented 8 months ago

/streams endpoint always works fine

MrXermon commented 2 months ago

Same here... Any chance to get that fixed?

iSchluff commented 1 month ago

I have added a log output to the concerning function. I guess that it is either related to an issue in the srtgo bindings on the srt lib itself. Please try it out and report back with the error. https://github.com/voc/srtrelay/commit/2f1b9f7415e1b74ac573a5236acb74e033d34926

It would also be good to know which srt version you are using