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
- Host: GitHub
- URL: https://github.com/IvanoBilenchi/Adaptive-Video-Player
- Owner: IvanoBilenchi
- License: mit
- Created: 2017-07-02T18:46:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T18:47:11.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T20:41:31.619Z (5 months ago)
- Topics: hls, ios, swift, video-player
- Language: Swift
- Homepage:
- Size: 26.4 KB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-video - IvanoBilenchi/Adaptive-Video-Player - HLS player for iOS that supports manual selection for the quality of adaptive streams - IvanoBilenchi/Adaptive-Video-Player (Video Players & Playback Libraries / Mobile Players)
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.