Here is something I have be struggling with for the past few days now:
Playing videos from Vimeo in my app
What I would like to do is have my app set up so that when the user taps on a button an action is called to load specific Vimeo video and play it back full screen with the timeline on the top and the playback controls on the bottom, with support for device rotation.
I understand that I could load the video into a UIWebView and have the user tap on the Vimeo supplied 'play' button, but I would really like to be able to start video playback on my own buttonPressed action. Is this possible? If so, is it possible to receive some guidance and maybe some samples to go along with it?
While on the subject of video playback, and out of curiosity, what's the most professional and effective way of using an iOS app as a display/catalogue of multiple videos in a list that when a user taps on it, it begins playback? Would this involve setting up a dedicated server that hosts .movs that I load into my app and use the MediaPlayer framework to display? I can't recall any specific apps out there that do this, but I know they exist. I'm just curious as to how this is achieved and also, how the "lists of videos" are able to be updated/expanded without pushing out an upgrade to the actual app.
Hope this made sense. And thank you in advance for any and all help, it is greatly appreciated!!
Playing videos from Vimeo in my app
What I would like to do is have my app set up so that when the user taps on a button an action is called to load specific Vimeo video and play it back full screen with the timeline on the top and the playback controls on the bottom, with support for device rotation.
I understand that I could load the video into a UIWebView and have the user tap on the Vimeo supplied 'play' button, but I would really like to be able to start video playback on my own buttonPressed action. Is this possible? If so, is it possible to receive some guidance and maybe some samples to go along with it?
While on the subject of video playback, and out of curiosity, what's the most professional and effective way of using an iOS app as a display/catalogue of multiple videos in a list that when a user taps on it, it begins playback? Would this involve setting up a dedicated server that hosts .movs that I load into my app and use the MediaPlayer framework to display? I can't recall any specific apps out there that do this, but I know they exist. I'm just curious as to how this is achieved and also, how the "lists of videos" are able to be updated/expanded without pushing out an upgrade to the actual app.
Hope this made sense. And thank you in advance for any and all help, it is greatly appreciated!!