How can i stream video to website with QT5?
-
Hey Guys,
I"m working on an application, that receives data from four cameras (using QT 5). My goal is to send that data as video stream to a website that will be hosted on my server (the page must be able to be opened via Internet Explorer)Currently my application is receiving data from cameras and sending it to a GUI written in QML (next step is to remove GUI and send stream to website.)
I don't have experience with web technologies, so i don't know how can i host website from C++ application, and then stream video.
Are there any QT libraries that I can use for this? Or some way to open my GUI on website?
-