Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Why SyncOperation take long time?

kkbee
Beginner
271 Views
I use m_pmfxSession->SyncOperate(...,MSDK_ENC_WAIT_INTERVAL);
I find SyncOperate take 60ms.
My video frame resolution is 1920*1080
How to improve it?

Thanks
0 Kudos
4 Replies
jigong
Beginner
271 Views
I met the same problem too. Posted it and got Petter's answer. His reply is very helpful.
BTW, You have to give more information about how do you use SyncOperate at your encoder side. The most possible reason is how fast to clean encoded buffer in CEncTaskPool. If you are using RTP streaming, you have check your network speed.
Petter_L_Intel
Employee
271 Views
Hi kkbee,

If low encode or decode latency is important to your usage I suggest you take a look at the following paper:
http://software.intel.com/en-us/articles/video-conferencing-features-of-intel-media-software-development-kit/

And thanks for your input Jiuxiang.

Regards,
Petter
kkbee
Beginner
271 Views
Hi,
Thanks for jiuxiang and Petter's response.
How can I know ifI set low latency success or not?
Do you have any data about how much latency this library require in low latency and non-low latency mode.

Thanks
Petter_L_Intel
Employee
271 Views
Hi kkbee,

If you follow the suggested decoder and encoder configuration you should see latency below 10ms (especially if you are using HW codec).

Regards,
Petter
Reply