How to screen cast Qt app on ios & android
-
I have
Qt appbased onQt 5.6which works on nicely on bothiOS&Android. I want to add a screen cast feature to myQt app.How can I add
Chromecastcapability to myQt app?
Are there any better solutions I should use to make it work oniOS&Androidboth ? -
I have
Qt appbased onQt 5.6which works on nicely on bothiOS&Android. I want to add a screen cast feature to myQt app.How can I add
Chromecastcapability to myQt app?
Are there any better solutions I should use to make it work oniOS&Androidboth ?@Nelson_Piquet I guess you need to use the SDK provided by Google: https://developers.google.com/cast/
This is not part of Qt, so you need to check how to use this SDK. -
Is there a example Qt app using the SDK for cast ?
-
Is there a example Qt app using the SDK for cast ?
@Nelson_Piquet I don't know you can try to google for it.
-
I cant get any sample or direction from googling this. Hence I am asking a question here in this forum.