Skip to content
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

Closed
giovanisp opened this issue Mar 15, 2014 · 3 comments
Closed

Music Player in the iPad app #14

giovanisp opened this issue Mar 15, 2014 · 3 comments

Comments

@giovanisp
Copy link

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) ?

@ggdiez
Copy link
Member

ggdiez commented Mar 17, 2014

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:
https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MediaPlayer_Framework/_index.html

@giovanisp
Copy link
Author

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?).

Il giorno 17/mar/2014, alle ore 08:44, ggdiez [email protected] ha scritto:

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:
https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MediaPlayer_Framework/_index.html


Reply to this email directly or view it on GitHub.

@nasli
Copy link
Contributor

nasli commented Oct 8, 2015

Currently in OC iOS App 3.4.5 it is posible to reproduce music and videos.
For streaming it, is in our backlog but we need also changes on the core app. Let's keep tracking on these issues #53 and owncloud/ios-legacy#155

@nasli nasli closed this as completed Oct 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants