Eugen Biegler

Results 39 comments of Eugen Biegler

@harshilsharma I think there was no specific use case. We had something like this too. We started out with one subdomain during testing and moved to another for prod. Since...

Combined with Grafanas 6.3 data links this could be very usefull.

@agafox without putting too much effort into this I could use https://pkg.go.dev/github.com/pion/rtcp parser. You will get an array of parsed RTCP packets with following structure: ```Go expected := []Packet{ &ReceiverReport{...

Totally up to you. My first suggestion would cost me about 5min which is ok for me to spend this amount of time for such a small usecase. Adding XR...

Yip new HEP Type should be choosed aswell. Will change that tomorrow mby.

All good let's just use new HEP RTCP type. Any suggestions?

Ok, I will take 0x40. I don't think that it's really short because it produces a way bigger JSON than HEP Type 5. Pion RTCP parser produces with minimal introduced...