Checking if WebView's url has running stream from YouTube
Unsolved
Qt WebKit
-
Hello Qt Friends,
I use Qml WebView in my application with external url content. When User displays this url he can start YouTube video. Something like this:
WebView { url: "https://www.qt.io/blog/qt-5.15-released" }
Is there any way to figure out that that the youtube video stream is running?
-
Anyone, any hint? Any idea?