Jean-Philippe Bergeron

Results 40 comments of Jean-Philippe Bergeron

It's relatively similar to the VideoDecode example, I do remember trying, and I got one single frame, then it failed. I did not make an example because of that. You...

Yes, it is. Thank you. I will close my request. I think we should benchmark a larger app, in my production app, I can easily find a 10x difference between...

Can we please get this merged in?

I have the same problem, in my case, I could find the page with `pages.find((x) => x.ref === widget.P())`. I ended up doing ``` const page = doc.findPageForAnnotationRef(field.ref) ?? pages.find((x)...

I have the same problem, in my case, I could find the page with `pages.find((x) => x.ref === widget.P())`. I ended up doing ``` const page = doc.findPageForAnnotationRef(field.ref) ?? pages.find((x)...

Thanks @aler9 for your kind comment! The feature does work in the following scenarios: Protocol: - WebRTC - RTSP Codecs: - H.264 - H.265 I have only tried videos without...

Thanks everyone for the help. I merged from master and fixed the build! @yairzahavi, the AV1 work is awesome. I merged the AV1 work into this branch and fixed the...

Thank you @aler9 for testing and for your feedback. I did not expect to uncover this many corner cases when I started implementation :) 1. I agree that playing back...

> It's interest to see this feature is merged ? Any progress here. Thanks I would definitely like to see this being merged. I can not find a good solution...

I did not experience excessive CPU usage with many consumers, we typically have 2-3 consumers. You could try with fewer streams and more consumers, this will make the problem more...