|
a0303969c2
|
Fix for error when mime type not specified (fixes #1274)
|
2018-12-08 16:50:44 +11:00 |
|
|
a86bbae851
|
Only save quality setting when it's updated by the user. Fixes bug in html5 player where it would override the settings if the current video does not support the given quality.
|
2018-09-29 21:23:10 +02:00 |
|
|
211ad6c8f5
|
Removed YouTube quality controls
|
2018-08-13 23:43:08 +10:00 |
|
|
d72e502107
|
Fixes #1044: Don't load the new source if preload is disabled and the current source hasn't been loaded
|
2018-06-19 03:39:18 +02:00 |
|
|
94055f0772
|
Replace filter()[0] with find()
|
2018-06-19 03:35:57 +02:00 |
|
|
aae1092bac
|
Merge branch 'develop' of github.com:sampotts/plyr into develop
# Conflicts:
# src/js/captions.js
# src/js/controls.js
# src/js/fullscreen.js
# src/js/html5.js
# src/js/listeners.js
# src/js/plugins/youtube.js
# src/js/plyr.js
# src/js/utils.js
|
2018-06-13 00:41:30 +10:00 |
|
|
7158e507ad
|
Merge pull request #1029 from cky917/develop
remove event listeners in destroy()
|
2018-06-13 00:05:31 +10:00 |
|
|
392dfd024c
|
Utils broken down into seperate files and exports
|
2018-06-13 00:02:55 +10:00 |
|
|
87170ab460
|
remove event listeners in destroy, add once method
|
2018-06-12 21:18:05 +08:00 |
|
|
ee4c044d27
|
fix: html5.cancelRequest not remove source tag correctly
|
2018-06-12 11:35:31 +08:00 |
|
|
db95b3234f
|
Move uniqueness filter from getQualityOptions to setQualityMenu
|
2018-06-12 02:31:18 +02:00 |
|
|
6d2dad5810
|
Trigger qualityrequested event unconditionally when trying to set it (needed for streaming libraries to be able to listen)
|
2018-06-12 02:31:18 +02:00 |
|
|
ed606c28ab
|
Filter out unsupported mimetypes in getSources() instead of the quality setter
|
2018-06-12 02:31:18 +02:00 |
|
|
4c1337b4c5
|
Assure type safety in getSources() and getQualityOptions() (always return arrays), and remove external conditions and type conversion no longer needed
|
2018-06-11 08:23:08 +02:00 |
|
|
61f4b998e1
|
Wait for the metadata to be loaded before setting the currentTime
|
2018-05-31 10:17:41 +02:00 |
|
|
3395e8df90
|
HTML5 quality selection
|
2018-04-02 22:40:03 +10:00 |
|