An open API service indexing awesome lists of open source software.

https://github.com/IvanoBilenchi/Adaptive-Video-Player

HLS player for iOS that supports manual selection for the quality of adaptive streams
https://github.com/IvanoBilenchi/Adaptive-Video-Player

hls ios swift video-player

Last synced: 1 day ago
JSON representation

HLS player for iOS that supports manual selection for the quality of adaptive streams

Awesome Lists containing this project

README

        

## Adaptive Video Player

Project for my *Control Methods for Computer Networks* exam.

It's an HLS player which supports manual selection for the quality of adaptive streams (normally not possible via Apple APIs) by exploiting a specialized, opaque local HTTP proxy. Granted, it's kind of an hack and it will most likely break many kinds of streams, but hey, it works.

`carthage update` and have fun.