yaroslavlvov

Results 7 issues of yaroslavlvov

Update CHANGELOG.md file * Your punchline must be under a category in the [X.X.X] section * If the [X.X.X] not exist, create it above the last release section * Try...

provide a way to set player.automaticallyWaitsToMinimizeStalling through configuration https://github.com/noreasonprojects/ModernAVPlayer/issues/198

currently ```player.automaticallyWaitsToMinimizeStalling``` is set to false in init state, would be nice to be able to change this with configuration

Reloading Item internally is causing limitations for consumers: 1. If playback url has a lifetime I need to get new url and reload with that one 2. Some SDKs are...

Sometimes there are cases where you need precise seeking which is called like this ``` player.seek(to: CMTime(seconds: 100, preferredTimescale: CMTimeScale(NSEC_PER_SEC)), toleranceBefore: .zero, toleranceAfter: .zero) ``` ![Screenshot 2020-12-23 at 14 30...

enhancement

Would be nice to have a callback that indicates seekableTimeRanages changed for the current item, would be useful to update min and max for seek bar accordingly, instead of relying...

I want to simplify audiotracks/subtitles selection ![image](https://user-images.githubusercontent.com/19675861/99875132-f443d480-2bf5-11eb-9f22-8db4ffc8e9c0.jpeg) - Want to provide something like this Subtitles ```var currentSelectedSubtitle: ModernSubtitle { get }``` ```getAvailableSubtitles() -> [ModernSubtitle]``` ```selectSubtitle(ModernSubtitle)``` AudioTacks ```var currentSelectedAudioTrack: ModernAudioTrack {...

enhancement