How to video stream in qt using url
Moved
Unsolved
QtWebEngine
-
Hi,
Are you sure the URL is valid ?
-
@xylo said in How to video stream in qt using url:
view.load(QUrl(webRTCUrl)); // Use the URL variable
I meant the QUrl you are creating there. Check its content.
-