Quentin Renard

Results 307 comments of Quentin Renard

Hey guys, I was sad to hear that Thrust was not maintained anymore therefore I took a shot at creating a project that would deliver the same features but would...

OK good to know, your help would be greatly appreciated! What do you have in mind in terms of renaming the binding?

Did they rename their repo as well?

OK, I won't rename the repo for now. I'll wait for your PR then

FYI I've merged the PR. URL to the repo is https://github.com/asticode/go-asticoqui Thanks in advance for any re-link ❤️

I don't really like the idea of removing this check. What do you think about this: - add an `optCorruptedPacketHandler` to `Demuxer` of type `type CorruptedPacketHandler func(p *Packet) (skip bool)`...

OK, got it. In that case, I feel like doing the following would better fix the problem and clean everything behind: 1) Remove the `shouldStopPSIParsing` function 2) Make sure the...

This lib doesn't do decode/encode therefore what you get in packet payloads are encoded audio samples (the codec used to encode them depends on your input stream). If you're looking...

Thanks! Could you create a PR with the optimizations only and not the reformatting/linting changes ?

> Specifically, the with_header PES test advertises a packet length of 67 even though it only has 9 bytes of data Are you sure this is an error? 🤔 packet...