Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexjsp/avplayertvmldifferencesexample
An example project for an Apple Radar demonstrating some weird differences between AVPlayer and the TVML video player.
https://github.com/alexjsp/avplayertvmldifferencesexample
Last synced: about 2 months ago
JSON representation
An example project for an Apple Radar demonstrating some weird differences between AVPlayer and the TVML video player.
- Host: GitHub
- URL: https://github.com/alexjsp/avplayertvmldifferencesexample
- Owner: alexjsp
- Created: 2015-12-22T15:59:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T16:08:44.000Z (about 9 years ago)
- Last Synced: 2024-10-04T12:02:45.182Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AVPlayerTVMLDifferencesExample
This project demonstrates some weird differences between AVPlayer and the TVML Player when playing a HLS stream.
Note that when playing the stream via AVPlayer index files are generated and shown when scrubbing, but fast forward and rewind by placing your finger on the right / left edge of the touch pad and then clicking and holding does not work.
Note that when using TVML player no index files are generated, but fast forward and rewind do work.