HSPlayer icon indicating copy to clipboard operation
HSPlayer copied to clipboard

A very simple video player implementation for iOS, powered by AVFoundation

Results 3 HSPlayer issues
Sort by recently updated
recently updated
newest added

Fixes memory leaks due to capturing self in NSNotificationCenter addObserver block. Also allows for more customization such as autorepeating and autoplay and not allowing the controls to be visible.

I wonder if I may submit issues for this. Anyway video screen is frozen and seek bar looks good. Please check following code.(- (void)scrub:(id)sender ) int32_t timeScale = self.player.currentItem.asset.duration.timescale; CMTime...

Hello, thanks for the great source, it works like a charm. however i have a litte problem : how to avoid multiple instances ? Regards