Read Video From Website.
Unsolved
General and Desktop
-
Hi,
I am newbie in QT. I want to read video from a URL. Please help me how can i do this.
I am using QT 5.5. -
hi and welcome
maybe this could be a start ?
http://doc.qt.io/qt-5/qtwebkitexamples-webkitqml-youtubeview-example.html -
Thanks for your input. Actually i want to download the video from the webpage. and transfer it to another SDK. transferring video to other SDK is easy.
Go through the multimedia classes but don't find any option to download that video into a buffer at run time. -
Hi
Maybe this can be inspiration then
http://qt-apps.org/content/show.php/ClipGrab?content=116460
source is available