-
### QtAV, Qt version and platform
Qt 5.12, on Win 10 x64 using Qt Creator 4.8.0, MSVC 64 bit debug compilation
QtAV 1.12 re-compiled with Qt 5.12 as debug & release
FFMpeg 4.1 (precompiled)
### …
-
**Describe the bug**
I open an audiobook and press the Resume button. The audiobook then starts playing from the beginning. In this case, the elapsed time of the chapter shows a negative time and the…
-
Hello, there's a bug in AVKit, where it cannot play videos from url which does not specify the extension. As a workaround for the plugin, it is possible to specify the mime type directly for it.
http…
-
Avplayer takes long time to load video.
It takes even more than 20 seconds for some live channels
-
Hi, Thanks for this nice light weight player but its no longer working with Xcode Version 12.0 beta (12A6159), I am hoping its a simple fix.
Thanks,
Wael
-
https://qiita.com/hiroakit/items/8a91377867db18590d2c#introduction
> Hi there. How are you doing?
> I'm hiroakit that is iOS/tvOS Engineer.
> This letter introduces you to the basic error handlin…
-
-
Sometimes when I try closing my program during video playback (note that I call AVPlayer::stop() in the destructor), I run into this endless loop with the log saying:
"stopping demuxer thread..."
…
-
For a project I need to fade (in and out) two http sources. I can do that with AVPlayers by having 2 AVPlayers, setting fade on both and have the second AVPlayer start play before the first ended (so …
-
Hi,
I use latest version of QtAV.
My goal :
- receive RTMP stream with QtAV (done)
- display it in a Qt application (done)
- process it in parallel with openCV (**not done**)
- display opencv…