Joe Turki

Results 103 comments of Joe Turki

> Maybe we could try solving this with a With..? @Sean-Der I had this idea when i was fixing #111 https://github.com/pion/rtp/pull/305 to fix this too, with an option. But i...

I thought about implementing it like a filter WithMarkerBitFilter((packet byte[]) => bool), but thinking about it now it feels like a bad hack 🤔

> Add a member that would contain only payload type and mime type (minimum amount of redundant information needed for RED FEC decoder interceptor implementation) This sound like a good...

> @JoeTurki Is this better? I have replaced the Codecs field with the PayloadToMimeType map I like this more, but maybe we need to explain what it's doing in the...

both PRs finally got merged :)

@rg0now Should we release the next version as v4.1.0 or just v4.0.3? I'd lean toward bumping the minor version and going with v4.1.0.

> @JoeTurki I don't have strong opinions on versioning, anything greater than the current will work...:-) Released as v4.1.0 :)

We'll keep this issue open, as something to consider when we're making a new major version, we can also make a "hack" for the current version. Thank you.

@Philippe-Torrelli-Ale Hello, thank you for the report and for the detailed logs, do you have a self-contained example that reproduces the issue with pexip included? if so, we can dig...

@Philippe-Torrelli-Ale ~we're reworking ICE API / interface and this issue is the second on my todo-list for ICE after this is merged https://github.com/pion/ice/pull/834~ Edit: sorry i got confused with another...