Anthony Lavado
9603d2bb5e
Merge pull request #1636 from nyanmisaka/fonts
...
Add options to use multiple custom fonts for subtitle rendering
2020-11-08 10:27:16 -05:00
Dmitry Lyzo
f9579e6f05
Fix theme video
2020-09-26 22:48:55 +03:00
Nyanmisaka
ab1799544c
Merge branch 'master' into fonts
2020-09-04 21:52:46 +08:00
Julien Machiels
3cbe0f7264
Merge branch 'master' into connection-manager-global
2020-09-01 10:16:21 +02:00
Bill Thornton
b001bc9a16
Fix iOS PiP support detection
2020-08-31 12:44:30 -04:00
MrTimscampi
c97d7a6f59
Use connectionManager global
2020-08-30 06:06:47 +02:00
MrTimscampi
3a8e0394dc
Remove withCredentials from xhrSetup in hls.js
2020-08-29 16:44:36 +02:00
nyanmisaka
f1804009e6
Merge remote-tracking branch 'upstream/master' into fonts
2020-08-19 17:25:25 +08:00
dkanada
84ff01ad51
Merge pull request #1808 from jomp16/master-playback
...
Support for faster playback rates.
2020-08-17 17:08:42 +09:00
Jeff Sharkey
afa56c18af
Support for faster playback rates.
...
The HTML5 video element already has a well-supported "playbackRate" attribute
which can be used to increase playback rate. This change wires up that control
to be displayed in the Jellyfish web player.
The playback rates offered are between 0.5x and 2x in 0.25x increments, which
matches the YouTube player. This change also wires up the ">" and "<" key
events to increase and decrease the playback rate, which mirrors the keyboard
shortcuts supported by YouTube.
2020-08-14 18:25:56 -03:00
MrTimscampi
645668454a
Merge remote-tracking branch 'upstream/master' into pluginmanager-es6
2020-08-12 15:33:11 +02:00
MrTimscampi
566a818ee6
Merge remote-tracking branch 'upstream/master' into apphost-es6
2020-08-08 21:07:21 +02:00
MrTimscampi
4cd83e6f73
Fix linting errors
2020-08-06 21:32:08 +02:00
MrTimscampi
f16df9788a
Migrate bundle, qualityOptions, appHost and appLoader
2020-08-06 19:32:29 +02:00
Dmitry Lyzo
f712d9c238
Merge branch 'master' into fix-subtitle-line-spacing
2020-08-06 20:11:47 +03:00
MrTimscampi
22a46ecea6
Apply ESLint autofix for no-yoda rule
2020-07-31 12:40:08 +02:00
Dmitry Lyzo
6ef3be136a
Add parseInt radix
2020-07-30 23:36:52 +03:00
nyanmisaka
b232117ff5
minor changes
2020-07-31 00:35:23 +08:00
nyanmisaka
bd2fdf4c70
resolve conflicts
2020-07-31 00:30:05 +08:00
Dmitry Lyzo
48886918d3
Merge remote-tracking branch 'upstream/master' into fix-subtitle-line-spacing
...
Conflicts:
src/components/subtitlesettings/subtitleappearancehelper.js
src/plugins/htmlVideoPlayer/plugin.js
2020-07-30 17:57:33 +03:00
Bond-009
e7180e2633
Merge pull request #1091 from cromefire/es6-2
...
Migrated HtmlVideoPlayer
2020-07-30 15:54:34 +02:00
Nyanmisaka
fe390efbc5
follow the server side changes
2020-07-30 16:49:09 +08:00
Cromefire_
cf6324e462
Fixed link to redirect target
2020-07-30 00:44:33 +02:00
Cromefire_
e9c9f4966c
Fixed type of AudioTrackList
2020-07-30 00:41:11 +02:00
Cromefire_
062ea29ad2
Fixed wrong array typing
2020-07-29 19:51:33 +02:00
Bill Thornton
585667067b
Fix fullscreen video in iOS Safari
2020-07-29 09:28:06 -04:00
nyanmisaka
7849f57f69
allows to use multiple fallback fonts
2020-07-29 03:31:11 +08:00
nyanmisaka
86c87446e3
add options for using fallback fonts
2020-07-29 03:30:46 +08:00
Cromefire_
340522a471
Removed dead code and fixed lint
2020-07-27 22:29:25 +02:00
Cromefire_
ae3b53d728
Apply suggestions from code review
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-27 22:07:10 +02:00
Cromefire_
606f1fc94c
Removed more warnings
2020-07-27 19:58:57 +02:00
Cromefire_
e7f8036865
Make lint happy
2020-07-27 19:55:36 +02:00
Cromefire_
7ab3e27a4e
Merge branch 'master' into es6-2
...
# Conflicts:
# src/plugins/htmlVideoPlayer/plugin.js
2020-07-27 19:02:10 +02:00
Cromefire_
a98d0ed759
Removed dead code
2020-07-27 18:54:04 +02:00
Cromefire_
28a489a148
Apply suggestions from code review
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-27 18:43:59 +02:00
MrTimscampi
5e1b6acffe
Disallow block padding
2020-07-27 08:06:46 +02:00
Cromefire_
88043825a1
Fix imports from htmlMediaHelper
2020-07-26 14:18:34 +02:00
MrTimscampi
60ec70b2d8
Fix linting errors
2020-07-26 13:10:32 +02:00
MrTimscampi
5e58951605
Remove mediaManager from htmlVideoPlayer
2020-07-26 12:56:46 +02:00
MrTimscampi
29759ac884
Kill shaka and fix livetvschedule
2020-07-26 12:32:59 +02:00
MrTimscampi
a09a9e9a3a
Remove some more things
2020-07-26 12:32:36 +02:00
MrTimscampi
dfbb7dfc16
Remove dead code
2020-07-26 12:30:50 +02:00
Cromefire_
a97ed99bce
Converted another concat to template
2020-07-22 22:59:27 +02:00
Cromefire_
2c7c76b413
Added private property and improved usage of template strings
2020-07-22 22:42:26 +02:00
Cromefire_
99758f065e
Apply suggestions from code review
...
Co-authored-by: Cameron <Influence365@gmail.com>
2020-07-22 21:08:44 +02:00
Cromefire_
1829651565
Fixed hlsjs import
2020-07-22 20:27:36 +02:00
Cromefire_
159a7f55d3
Fixed old function type
...
Co-authored-by: Cameron <Influence365@gmail.com>
2020-07-22 20:12:32 +02:00
Cromefire_
394c1195d1
Initialize currentSubtitlesOctopus
...
Co-authored-by: Cameron <Influence365@gmail.com>
2020-07-21 22:34:08 +02:00
Cromefire_
982a474965
Fix Octopus import
...
Co-authored-by: Cameron <Influence365@gmail.com>
2020-07-21 22:33:18 +02:00
Cromefire_
5ea3d1cbaa
Fixed lint
2020-07-21 22:22:16 +02:00