Anton Schubert
Anton Schubert
> @iSchluff in 0.16.1 we have implemented a workaround to help on this. Can you give it a try? unfortunately I still see the same behavior with 0.16.3 ![Screenshot 2022-08-18...
this seems useful, would you mind creating a pull request?
I think it would probably be better to introduce a separate read call for that like the c-api does it. That way we can still have the basic Read conform...
I think having a ReadMsg call is great, but this requires an extra allocation on every read, so I don't like Read calling ReadMsg so much. Maybe just deduplicate the...
I think read is useful even for live because not everybody needs the srt-timestamps. Your benchmark is a bit misleading because srt limits the rate you can read at. But...
Hi, have you tried tuning the latency in the server config? The default is only set to 200ms, but for an RTT of 200ms you will probably need to set...
At the moment it's not really relevant anyway because all implementers of streamid I know of so far (ffmpeg and obs) just give you a text field. It would be...
I think the API is a bit problematic because it doesn't allow you to reliably know whether a stream is active or not. If either the relay or the api...
Hi, unfortunately that seems to be a bug in the library, not much we can do about that other than report this upstream.
Ok, I removed the dist changes