Alessandro Ros
Alessandro Ros
This can of course be implemented, but i'm waiting to evaluate the performance of switching to pion's interceptor (#22) - if the switch is done, NACK implementation will be provided...
Hello, to add additional source ports it's enough to add additional entries to `u.clients`. It's useless to touch `udpRTPPort` and `udpRTPPort`, since they are used only to call `addClient`. The...
> To overcome NAT on the receiver side it is also required to change udpRTPPort To overcome NAT you're right, while if you simply want to overcome Docker's isolation, this...
Hello, they'll surely be added in the future, but in the meanwhile you can use the ones of pion/rtp: https://github.com/pion/rtp/blob/master/codecs/h265_packet.go Decoders of pion/rtp are slightly different and less efficient than...
Hello, you're right, this is a missing feature that can be added in the future. The only server->client request that i was aware of was REDIRECT, but you rightly pointed...
Hello @iamdavidcz, while it's true that `context.Context` allows to store user-defined values, it is used primarily to terminate routines through `context.Close()` and `context.Done()`, i don't think it's good to mix...
`SetUserData()` and `UserData()` have been added to `ServerSession`. A type-checking based implementation would have required a significant change in the public API of the library, therefore i decided towards an...
Hello, of course they will be added, but in the meanwhile you can use pion/rtp's decoders, here: https://github.com/pion/rtp/blob/master/codecs/vp8_packet.go They're slightly different and less efficient than the ones provided here (and...
VP8 encoder and decoder have been added with #149
Hello, what's the name of the client that warns about malformed SDPs? i've seen a lot of cameras (mostly HikVision) that outputs an empty sprop-parameter-sets.