AudioPlayerManager icon indicating copy to clipboard operation
AudioPlayerManager copied to clipboard

⚠️ No longer maintained ⚠️ Small Swift Wrapper and Queue-Manager around AVPlayer which let you play MediaPlayer items and stream songs from URLs.

Results 22 AudioPlayerManager issues
Sort by recently updated
recently updated
newest added

Add support for building with Swift 4

maintenance

hi, `AudioPlayerManager.shared.play(urlStrings: urls, at: 0)` method actually blocks the UI, how about doing it in background? actually using this snippet this can be achieved for now, but I think it...

bug

I was looking for a decently solid library to start streaming MP3s from and your wrapper around AVPlayer has been awesome and saved a lot of time so far. I've...

enhancement

Hi! When i want to update the volume when the device is lock, the slide freeze... do you know why ? ![image](https://user-images.githubusercontent.com/5727223/40945335-5fe77a0c-6826-11e8-966f-632b0f9d80df.png)

there is no way to set the volume or get access to avplayer.

I am using the framework for playing URL with index. whenever there is a change of track Main thread completely freezes. [AudioPlayerManager].restartCurrentTrack()[397]: restartCurrentTrack is debug console print at the time...

hi, after adding songs with `AudioPlayerManager.shared.play(urlStrings: urls, at: index) ` how can i play a song at an index without passing urls again ?

enhancement

My app plays video and audio. I start fullscreen videos like this: ``` func startFullscreenVideo(videoURL:URL) { let player = AVPlayer(url: videoURL) let controller = AVPlayerViewController() controller.player = player present(controller, animated:...

Hi, thanks for the great job is there any way that I can add headers to the url(s) so I can satisfy some security protocols of the server ?

help wanted

is it possible to cache remote files ? perhaps using this project [CachingPlayerItem](https://github.com/neekeetab/CachingPlayerItem)