Commit graph

59 commits

Author SHA1 Message Date
FireMaskterK
ea4aabd4ea
Disable autoplay in embeds.
Closes #576
2021-10-28 18:35:48 +01:00
FireMaskterK
9be9aada13
Fix for errors reading undefined. 2021-10-27 01:34:57 +01:00
FireMaskterK
993fb15397
Add support for storing and loading video watched times.
Closes #373
2021-10-27 01:15:53 +01:00
Kavin
4ec67a4884
Fix iOS trickPlay / playback rate. (#564) 2021-10-26 18:25:43 +01:00
FireMaskterK
bec284ea95
Fix for videoPlayback being reset. 2021-10-22 11:40:13 +01:00
Kavin
92d61a23af
Make eslint work, and fix all warnings. (#511)
* Make eslint work, and fix all warnings.

* Don't ignore v-html rule globally.

* Remove eslint file and merge in package.json.
2021-10-08 19:52:51 +01:00
FireMasterK
e8f8930932
Fix fullscreen hotkey regression. 2021-10-08 17:38:01 +01:00
FireMaskterK
edf668dfd4 Switch to non reactive variables for shaka-player. 2021-10-06 15:33:52 +01:00
Danial Haddadi
469b194d2f
Fix safari fullscreen (#495) 2021-10-04 11:05:53 +01:00
Danial Haddadi
930395f74e
Store preferred playback rate (#493) 2021-10-03 20:18:04 +01:00
FireMasterK
473814f2e4
Simplify toggle full screen to shaka-player. 2021-09-22 15:03:57 +01:00
FireMasterK
172d542cd3
Fix fullscreen not being done properly when using keybind. 2021-09-22 14:48:35 +01:00
FireMasterK
07dfa21956
Fix strange vuejs event cycle when keep-alive limit is hit. 2021-09-06 02:27:20 +05:30
FireMasterK
3dc0287dff
Add support for LBRY's HLS streams. 2021-09-05 18:42:36 +05:30
FireMasterK
546dc6825a
Add support to Proxy LBRY and Disable LBRY.
Closes #403
Closes #402
2021-09-02 19:16:27 +05:30
FireMasterK
86b96ae186
Revert un-intentional debug code. 2021-08-30 21:18:08 +05:30
FireMasterK
8cca38838b
Fix errors when full-screen button is pressed. 2021-08-30 20:17:31 +05:30
FireMasterK
c529b003b2
Add support for enabling / disabling codecs. 2021-08-30 20:17:31 +05:30
FireMasterK
5cbe60aaaf
Set range parameter like official client. 2021-08-30 20:17:31 +05:30
Kavin
4ae77badd8
Add i18n translations. (#381)
* Initial prototype.

* Add support for i18n in more places.
2021-08-25 22:00:21 +05:30
jim3692
5bc9f653c1
Add j, k, l keybindings to Player (#362) 2021-08-16 18:20:25 +05:30
FireMasterK
631c50ba33
Use pre-existing dash manifest wherever possible.
Useful for videos where only OTF streams are available.
2021-08-16 01:24:34 +05:30
FireMasterK
4ef653df31
Make embed show video in full-screen. 2021-08-04 10:43:31 +05:30
FireMasterK
e10fb688d5
Use YouTube's colors for captions.
Closes #329
2021-07-31 15:09:21 +05:30
FireMasterK
7310946cb0
Fix captions occupying full screen on some videos.
Closes #228
2021-07-30 15:04:23 +05:30
FireMasterK
44607bf429
Fix playback of LBRY streams. 2021-07-28 13:32:23 +05:30
FireMasterK
cc437b6645
Add option for AirPlay.
Closes #302
2021-07-23 01:44:16 +05:30
FireMasterK
e4b24043ee
Fix for browsers without vp9.
Closes #293
2021-07-21 16:18:59 +05:30
FireMasterK
4cb06c3569
Prefer av1, vp9 and then avc1. 2021-07-15 14:11:36 +05:30
FireMasterK
d4d598e355
Add picture in picture support.
Closes #255
2021-07-11 02:07:51 +05:30
FireMasterK
13c005d67b
Use best stream when playing muxed video. 2021-07-11 01:29:21 +05:30
FireMasterK
3d3b587a9c
Load shaka-player as soon as Player component is loaded. 2021-07-10 02:25:09 +05:30
FireMasterK
83573d8ee7
Allow infinite sponsorblock skips when looping is selected. 2021-07-08 03:51:44 +05:30
FireMasterK
d77ab806e5
Add limited support for devices without MSE extensions. (#251) 2021-07-08 01:04:46 +05:30
FireMasterK
b0d9145e75
Add router caching. (#248)
* Add router caching.

* Avoid memory leak by limiting cache size.

* Fix search result caching.

* Remove remains of previous player.

Fixes an issue where the spinner/loading from a previous player can show up in a cached page.
2021-07-07 19:48:09 +05:30
FireMasterK
6b0cb2352b
Add option to loop current video. 2021-07-05 00:12:10 +05:30
FireMasterK
7a77534098
Remove all direct localStorage calls.
Also: make instance changes active instantly without needing a reload.
2021-07-04 23:56:02 +05:30
FireMasterK
4a10d80804
Cleanup + Allow setting some parameters over query. 2021-07-04 00:54:09 +05:30
FireMasterK
3cb733dfd0
Keep Parameters in URL when auto-playing. 2021-06-25 00:10:17 +05:30
FireMasterK
21487355ad
Add black background color to player. 2021-06-22 23:01:57 +05:30
FireMasterK
aad2efd303
Allow configuring buffering goal. 2021-06-22 16:24:30 +05:30
FireMasterK
192e245381
Fix for fullscreen issue. 2021-06-22 15:19:14 +05:30
FireMasterK
0094ef9f15
Implement default quality preference. 2021-06-22 01:33:11 +05:30
TheAssassin
8bf660c6c5
Limit maximum height of video player (#210) 2021-06-21 22:50:10 +05:30
FireMasterK
b18c34eb78
Fix for videos with no dash streams.
This works by loading the best premuxed stream.
2021-06-18 18:50:41 +05:30
FireMasterK
e243adb111
Disable audio only mode in livestreams. 2021-06-14 00:03:51 +05:30
FireMasterK
cc5c1258d4
Add support for livestreams. 2021-06-10 02:51:35 +05:30
FireMasterK
1f03ce5c8a
Add Invidious's listen=1 support. 2021-06-08 02:30:08 +05:30
FireMasterK
b8ac67b7af
Add back the Audio Only mode. 2021-06-08 02:05:45 +05:30
FireMasterK
a2f95c9d9e
Create Player UI like how it was intended to be. 2021-06-08 00:52:29 +05:30