Skip to content

Releases: StreetVoice/HysteriaPlayer

2.2.4

18 Feb 10:43
Compare
Choose a tag to compare
  • add hysteriaPlayerCurrentItemEvicted

2.2.3

31 Dec 09:16
935796f
Compare
Choose a tag to compare

support setupPlayerItemWithAVURLAsset:

2.2.0

22 Dec 08:48
Compare
Choose a tag to compare
  • Prevent iOS 10+, MacOS 10.12+ extends playback buffer size that caused long playback start time

ref: https://developer.apple.com/reference/avfoundation/avplayer/1643482-automaticallywaitstominimizestal

2.1.10

04 Dec 11:39
Compare
Choose a tag to compare

2.1.9

02 Jun 08:04
Compare
Choose a tag to compare

Fix some NSNotificationCenter observers not been removed when deprecatePlayer()

2.1.8

20 Apr 09:21
Compare
Choose a tag to compare

Fix buffering resume issue, #113

2.1.6

03 Mar 07:44
Compare
Choose a tag to compare
  • Fix reordering and remove item issue (Items which already been in AudioPlayer's queue) #102 #103

2.1.5

31 Dec 11:19
Compare
Choose a tag to compare
  • Fix memory cache could turned off by removeAllItems()
  • Make the AVQueuePlayer a public property
  • New methods:
+- (void)hysteriaPlayerItemFailedToPlayEndTime:(AVPlayerItem *)item error:(NSError *)error;
+- (void)hysteriaPlayerItemPlaybackStall:(AVPlayerItem *)item;
+- (NSInteger)getLastItemIndex;

2.1.4

27 Oct 13:41
Compare
Choose a tag to compare

Support OS X

2.1.3

09 Oct 15:43
Compare
Choose a tag to compare

Add skipEmptySoundPlaying, related to #91