I have a page with a small VideoOutput area and would like to allow switching to another page with a fullscreen VideoOutput however after switching I get the following error:
`bool QDeclarativeVideoOutput::createBackend(QMediaService*) Media service has neither renderer nor window control available.`
I’m not sure but I suspect this may be related to this bug which was resolved in Qt 5.15.
Is anyone else doing QML VideoOutput spread over multiple pages and do they have this working properly? Should I be implementing full screen as a modification of the items on the current page?