Commit Graph

  • 0b22fab6a2 Made sure sources get ordered in a predictable way master Erik Thuning 2024-09-06 14:58:42 +0200
  • 1182bed672 Added the ability for streams to be hidden in the player given the correct setting in the presentation manifest Erik Thuning 2024-04-05 15:13:00 +0200
  • 5ae4fb9ff4 Unknown languages now lead to English UI. Updated documentation on how internationalization works. Erik Thuning 2023-08-16 14:24:12 +0200
  • 811cfd6305 Made the button to copy a link to the current time always visible by default Erik Thuning 2023-08-16 14:16:31 +0200
  • 4446f9d67b Removed concole.log statements Erik Thuning 2023-08-16 14:16:11 +0200
  • 63810bb5a1 Removed debugging code. Background returned to black, style inlined and style.css deleted as a consequence. Erik Thuning 2023-08-16 14:09:39 +0200
  • 30e0944aaa Implemented UI language switching based on the containing document's html.lang attribute. Erik Thuning 2023-08-16 14:06:36 +0200
  • df2dab7adc Expanded documentation for parseGETParameters Erik Thuning 2023-08-16 09:18:14 +0200
  • 1b29fadaa0 Updated timelink copy to be able to link back to the existing embed place Erik Thuning 2023-04-05 11:01:59 +0200
  • 1de19dd5f6 Implemented the timelink copy feature Erik Thuning 2023-04-04 17:07:28 +0200
  • 515245e32e Declared some existing fields in the cnstructor for extra clarity Erik Thuning 2023-04-04 16:52:32 +0200
  • fb659bda2a Changed autoblurring to only affect selection popups Erik Thuning 2023-01-20 14:44:40 +0100
  • 5da12d47f8 Implemented a spinner that pops up when any stream is buffering Erik Thuning 2023-01-20 14:40:05 +0100
  • f4081d0523 Consistency fix Erik Thuning 2023-01-17 09:16:20 +0100
  • 667144adcb Added basic keyboard controls for seeking and play/pause Erik Thuning 2023-01-16 16:52:35 +0100
  • ab0f6613e7 Fixed attempting to activate subs from memory if there are none Erik Thuning 2023-01-13 16:22:22 +0100
  • 299631e5cd Disabled autoblurring of elements Erik Thuning 2023-01-10 13:49:04 +0100
  • 2e993a8735 Tweaked comment formatting Erik Thuning 2023-01-10 13:26:41 +0100
  • 4820ba10c9 The button to copy a link to current time is now hidden by default. It can be made visible via an attribute on the multi-player element. Erik Thuning 2023-01-10 13:23:32 +0100
  • 1cf2e39a43 Progressbar css tweaks Erik Thuning 2023-01-10 13:23:08 +0100
  • b8467ee8ec Code hygiene Erik Thuning 2023-01-09 16:59:36 +0100
  • 069d746871 Implemented seeking and settings persistence Erik Thuning 2023-01-09 16:58:19 +0100
  • c4569c46b5 Added readme Erik Thuning 2022-12-08 16:58:34 +0100
  • cec90328dc Working around the inability to play more than 6 streams at once. Remote sources (those starting with https?://) now get a random subdomain prepended by default. This can be switched off by setting the 'nomunge' attribute on the player element to a truthy value. Erik Thuning 2022-11-04 11:43:59 +0100
  • 099399a92f Semicolon discipline Erik Thuning 2022-11-04 10:58:24 +0100
  • a5fe0ee7df var -> const Erik Thuning 2022-11-04 10:55:22 +0100
  • 0a56ad07b4 Implemented support for multiple subtitle tracks Erik Thuning 2022-11-04 10:54:41 +0100
  • 110376146f var -> let Erik Thuning 2022-11-03 14:55:43 +0100
  • ae550b641a Minor fixes Erik Thuning 2022-10-31 16:27:31 +0100
  • 13a5d4059a Buffered segments are now shown on the progress bar Erik Thuning 2022-10-31 11:43:54 +0100
  • 0aac98ddc2 The progress bar now displays progress as the video plays Erik Thuning 2022-10-31 11:25:03 +0100
  • 0a6f09a287 Disabling responsive layout until we can look at the element instead of the screen Erik Thuning 2022-10-31 10:57:53 +0100
  • 2948002b63 Refactored progress tracking to use an event. Removed a debug print. Erik Thuning 2022-10-27 16:09:29 +0200
  • 1a661ac4e9 Trying to make the distinction between a video element ('source') and its parent div ('stream') less confusing Erik Thuning 2022-10-27 15:43:48 +0200
  • 3d8d2b44e8 Implemented elapsed counter Erik Thuning 2022-10-27 14:30:26 +0200
  • a84e1ff781 Formatting Erik Thuning 2022-10-27 14:30:05 +0200
  • 3be3acc90f Finished stream switching logic, no idea why it works this way Erik Thuning 2022-10-26 21:10:08 +0200
  • dbd7ce105e Added css classes Erik Thuning 2022-10-26 21:07:56 +0200
  • f8744f0609 Accomodating for new presentation format Erik Thuning 2022-10-26 21:07:00 +0200
  • 30ac6816bf Stream icons now fade Erik Thuning 2022-10-26 21:03:42 +0200
  • d8355afa05 Scale up video to viewport and experiment with media queries Erik Thuning 2022-10-26 21:01:48 +0200
  • 9a254bc459 Fixed sidebar styling Erik Thuning 2022-10-26 21:00:51 +0200
  • fbf31ba7df Removed unnecessary variables Erik Thuning 2022-10-26 20:59:19 +0200
  • 7fa27a404e Fixed consistency problems with the svg:s and a typo Erik Thuning 2022-10-26 19:58:32 +0200
  • 3daeb0baef Why didn't I git the stylesheet sooner? Erik Thuning 2022-10-26 16:15:12 +0200
  • 44ce70be0c Lots of things Erik Thuning 2022-08-31 15:31:05 +0200
  • 3697c2cb6d Prev/next have listeners Erik Thuning 2022-08-12 15:43:52 +0200
  • a400152557 SVGs showing up, sidebar needs fixing Erik Thuning 2022-08-11 15:55:39 +0200
  • b19ac284f8 Trying to fix the svg:s Erik Thuning 2022-08-11 11:15:39 +0200
  • 977f4e574d Added gitignore Erik Thuning 2022-08-10 17:13:26 +0200
  • 6968046f9e Initial commit Erik Thuning 2022-08-10 17:12:51 +0200