WangBin
WangBin
What about single avplayer
I see qtav drops many frames. I think frame drop is not necessary for this kind of streams. A frame drop option will be added this week.
Currently you can try `connect(player, &AVPlayer::started, [=](){player->masterClock()->setClockType(AVClock::VideoClock);})`
You can try https://github.com/wang-bin/mdk-sdk, it's designed to support any app framework, including qt.
> With Qt 6.3 compile fails > I am using QtAV with qml , is it still wip @wang-bin , I am using cmake build , with qt 5.15 QtAV...
应该是qtav的用法不对,ffmpeg硬件加速接口变了
setRepeat(int)
你可以参考下这个方法 https://github.com/wang-bin/mdk-examples/blob/master/Qt/QMDKWidget.cpp#L103
还是挺稳的,有老外在商用了