AUMediaPlayer icon indicating copy to clipboard operation
AUMediaPlayer copied to clipboard

AUMediaPlayer is a nice high level API for audio and video playback, both from network stream and local files.

Results 13 AUMediaPlayer issues
Sort by recently updated
recently updated
newest added

Bumps [activesupport](https://github.com/rails/rails) from 5.0.0.1 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 2.0.5. Release notes Sourced from tzinfo's releases. v2.0.5 Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 1.10.0. Release notes Sourced from i18n's releases. v1.10.0 What's Changed New Features LazyLoadable Backend by @​paarthmadan in ruby-i18n/i18n#612 Add a version badge to README by...

dependencies

As I understand this repo is not maintained anymore, but just in case. There is a little typo: https://github.com/appunite/AUMediaPlayer/blob/master/Pod/Classes/AUMediaPlayer.m#L713 which cause wrong playback indication on a lock screen. And it's...

Hi. Is there any particular reason to call 'play' method when AVPlayerItem @"playbackBufferEmpty" property [observed](https://github.com/appunite/AUMediaPlayer/blob/master/Pod/Classes/AUMediaPlayer.m#L634)? It leads to multiple call of 'play' when you try to play downloaded file or...

how to play a local file? I set `AudioItem.remotePath = "/var/mobile/Containers/Data/Application/xxxx/Library/Caches/XXCache/xxx.mp3"`

I've added support for creating objects conforming to AUMediaItem which represents a local, bundled file which doesn't need to be downloaded or managed separately. Two additional, optional methods are added...

How to install it along with `RestKit` pod?

its a a little bit slow comparing to StreamingKit project, could you plz make it more fast to play the track