-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music Player in the iPad app #14
Comments
Hi giovanisp, Thanks for use ownCloud library. Yes, it's possible add a media player, with the library you can download a music or video file and then you can use the native media player framework to play music and videos, or use 3rd party players. This is the native Media Player Framework of Apple: |
thank you for the reply. I see that "The MPMoviePlayerController and MPTimedMetadata classes let you play streamed video content and respond to time-based metadata contained in the stream"... so you mean that using those with the library download will let me "stream" the content (without waiting for the full download on the device?).
|
Currently in OC iOS App 3.4.5 it is posible to reproduce music and videos. |
Is it possible to add the music player to the iPad app ? Maybe using a 3rd party HTML5-based player (that also works for videos) ?
The text was updated successfully, but these errors were encountered: