I am trying to add VideoPlayer to my IOS app using the following code
<VideoPlayer id="videoPlayer" ns="Ti.Media" top="2" url="http://192.168.1.8/myapp/video.mp4" height="300" width="300" backgroundColor="blue" autoplay="true" />
For android I used the same code where it worked fine, but it is not working in IOS. Only I can see the loading icon on the video screen, nothing else. Also I have given my local file (url="/video.mp4"), but there is no luck. Can any one help me in this issue.
One more question, can we make the video player controls always visible?
Regards