QtAV icon indicating copy to clipboard operation
QtAV copied to clipboard

windows7 平台上运行中,点击暂停有bug

Open liuhuajun0712 opened this issue 6 years ago • 6 comments

QtAV, Qt version and platform

or commit id if not using release version

Reproduction steps

Expected behavior

Actual behavior

Log file

set environment var QTAV_LOG=all or C++ api QtAV::setLogLevel(All) to enable log.

For Player and QMLPlayer example app, choose log level all in config page.

Sample files (optional)

liuhuajun0712 avatar May 14 '19 09:05 liuhuajun0712

win7 qt5.9.8 编译后,在播放过程中,点击暂停键,有bug

liuhuajun0712 avatar May 14 '19 09:05 liuhuajun0712

点击暂停后,是播放的声音有bug,后面的回声一直不断,我的联系方式[email protected]

liuhuajun0712 avatar May 14 '19 09:05 liuhuajun0712

要用xaudio2

wang-bin avatar May 23 '19 12:05 wang-bin

点击暂停后,是播放的声音有bug,后面的回声一直不断,我的联系方式[email protected]

不知兄台解决没,我也遇到了这个问题,很是头疼,且停止播放视频后,也出现后面的回声不断,暂停录像我采用 if (m_Player->audio() && m_Player->audio()->isOpen()) { m_Player->audio()->close(); }这种方法停止声音,但是也是有问题的

hushuang avatar Jul 29 '19 09:07 hushuang

要用xaudio2 我也遇到了同样的问题,请问xaudio2这个是这么用的啊?

jack-xin3721 avatar Dec 31 '20 09:12 jack-xin3721

我的安装运行时依赖后正常了http://sourceforge.net/projects/qtav/files/depends/DXSDK2010_XAudio2_redist.7z/download

jack-xin3721 avatar Dec 31 '20 10:12 jack-xin3721