Quentin Renard

Results 338 comments of Quentin Renard

Could you share an input stream that causes a crash? At that point, I need to be able to reproduce on my machine otherwise it won't be very effective. You...

First off thanks for all the detailed information 👍 I forgot to ask previously, but can you show me the part in your code that handles ffmpeg logs? Similar to...

FYI I'm reproducing the problem on an Intel MacOS with the following code and command: ```go package main import ( "errors" "flag" "fmt" "image/jpeg" "log" "os" "path/filepath" "strconv" "strings" "github.com/asticode/go-astiav"...

I've pushed a fix on the `fix-segfault` branch (with it I'm not experiencing any segfaults locally anymore), would you mind testing your code with it and let me know whether...

No worries, I realized something was wrong and force pushed another fix a few minutes ago. I've removed the `fix-segfault` branch and rather pushed my fix on the `dev` branch...

FYI I've fixed all tests and have done further testing: all seems good therefore I've merged in `master`. However that would help if, when you have some time, you could...

Can you share the logs/errors you're experiencing? Are you sure the 4 additional bytes are before the sync byte and not right after? 🤔 That sounds really weird having a...

Could you provide a very small .ts which allows reproducing the issue? That would allow to know exactly when the issue is fixed while implementing a fix 👍