Hi!
i tried to check out the demos of the corona package “Streaming video” and “NewVideo” to see how this works with a Windows App.
First i tried to built this as windows app, but the videos are not showing. Then i tried to use another video links
as the “bunny video”, but no video was shown.
any ideas?
thanks
rob
2
If you read the “Gotchas” sections for both native.newVideo() and media.playVideo(), they spell out that these are not supported on Windows:
native.newVideo()
https://docs.coronalabs.com/api/library/native/newVideo.html
- This feature is only supported on Android and iOS.
media.playVideo()
https://docs.coronalabs.com/api/library/media/playVideo.html
This API is not supported on Windows Desktop, Windows Phone, or OS X.
Rob
rob
3
If you read the “Gotchas” sections for both native.newVideo() and media.playVideo(), they spell out that these are not supported on Windows:
native.newVideo()
https://docs.coronalabs.com/api/library/native/newVideo.html
- This feature is only supported on Android and iOS.
media.playVideo()
https://docs.coronalabs.com/api/library/media/playVideo.html
This API is not supported on Windows Desktop, Windows Phone, or OS X.
Rob