line thickness and sound problems

Did the synchronization problem occur without the patch?

I mean, without the patch the sound cuts off after 5 seconds, but during that time, do you get synchronized video at least? If you didn’t attempt synchronization before, could you please save this panda somewhere, and test again without the patch?

EDIT: Are you calling AM->update() every frame in a task? You need to do that.

@Fladmy: I tested your sample with my patch applied. With the update() call everything works fine. Without it, the video stops after a few frames so I think that’s your problem, try it.

With this clarified, I’ll commit it now (most recent release at the time of this post is 1.7.0)

really was the problem. thanks a lot!