Hello, my app is in landscape, but the video can be rotated to portrait, is there a fix? thanks [import]uid: 59735 topic_id: 24055 reply_id: 324055[/import]
Same my App, After i used a new build (2012.845), The Video in my app it show in portrait mode all time. [import]uid: 2176 topic_id: 24055 reply_id: 114163[/import]
Same problem!!
But, I want to lock video orientation in portrait mode from media.playVideo().
I already did some changes with build.settings
orientation = {
default = “portrait”,
content = “portrait”,
supported = { “portrait”}
},
Video naturally wants to play in landscape mode. Most users watching a video would want to watch landscape. Have you considered native.newVideo()??
http://docs.coronalabs.com/api/library/native/newVideo.html
Rob
Hi Rob,
native.newVideo() is working fine in this case but I am facing some resizing issue there…
see thread
http://forums.coronalabs.com/topic/45921-resized-movie-on-android/#entry263751
We can manage media.playVideo() rotation also from unchecking, setting->display->Auto-rotate-screen. But this is not the way to lock video orientation for our app :unsure: .
such a great landscape mode …
Same problem!!
But, I want to lock video orientation in portrait mode from media.playVideo().
I already did some changes with build.settings
orientation = {
default = “portrait”,
content = “portrait”,
supported = { “portrait”}
},
Video naturally wants to play in landscape mode. Most users watching a video would want to watch landscape. Have you considered native.newVideo()??
http://docs.coronalabs.com/api/library/native/newVideo.html
Rob
Hi Rob,
native.newVideo() is working fine in this case but I am facing some resizing issue there…
see thread
http://forums.coronalabs.com/topic/45921-resized-movie-on-android/#entry263751
We can manage media.playVideo() rotation also from unchecking, setting->display->Auto-rotate-screen. But this is not the way to lock video orientation for our app :unsure: .
such a great landscape mode …