Erik Thuning
|
1697343be1
|
Updated readme
|
2021-04-23 13:13:00 +02:00 |
|
Erik Thuning
|
bea54ce38f
|
Fixed the player always starting playback on resolution switch.
It now only plays if it was already palying.
|
2021-04-23 12:52:17 +02:00 |
|
Erik Thuning
|
8c113080cb
|
Removed stray console logging
|
2021-04-23 12:43:52 +02:00 |
|
Erik Thuning
|
9df539be2b
|
Resolution switching now keeps track of the timecode
Added a debug parameter to disable automatic prefixing
|
2021-04-23 12:38:23 +02:00 |
|
Erik Thuning
|
6af4882b2c
|
Implemented support for embedding with a scroll-down description pane
|
2021-04-23 12:20:05 +02:00 |
|
Erik Thuning
|
a913fa557c
|
Revert "Removed automatic adding of path prefixes to playlist and presentation paths."
This was in error, mixed up presentation and stream paths
|
2021-04-21 16:41:33 +02:00 |
|
Erik Thuning
|
27a7fff51a
|
Removed automatic adding of path prefixes to playlist and presentation paths.
|
2021-04-21 13:01:00 +02:00 |
|
Erik Thuning
|
9ac5d7ec04
|
Implemented basic resolution switching.
Doesn't keep track of the position in the video currently, needs fixing.
|
2021-04-21 12:43:28 +02:00 |
|
Erik Thuning
|
868d5db211
|
Added a token field for testing
|
2021-04-21 12:41:44 +02:00 |
|
Erik Thuning
|
bbf8d66911
|
Updating the html and css for resolution switching
|
2021-04-21 12:41:22 +02:00 |
|
Erik Thuning
|
ddac74af8d
|
Updated package to use the new multi-resolution format
|
2021-04-20 17:41:28 +02:00 |
|
Erik Thuning
|
c5ea26d397
|
Fixed the player choking on missing localPresentation
|
2021-04-20 15:45:54 +02:00 |
|
Erik Thuning
|
b97287141e
|
Player now supports both types of stream specification:
'video': 'somefile.webm'
and
'video': {
480: 'somefile.webm',
720: 'otherfile.webm',
...
}
|
2021-04-20 15:16:42 +02:00 |
|
Erik Thuning
|
5ee43ea49b
|
Implemented support for new multi-resolution package format.
No resolution switching yet.
|
2021-04-20 15:07:35 +02:00 |
|
|
|
ff6e610d0b
|
Added details to readme
Listed the necessary files to bundle for offline playback
|
2021-04-12 17:09:44 +02:00 |
|
|
|
604d5ccba9
|
Added a README
|
2021-04-12 17:02:19 +02:00 |
|
Erik Thuning
|
23784b4bbb
|
Reduced the example package to the essentials
|
2021-04-12 16:26:58 +02:00 |
|
Erik Thuning
|
3b32357ed1
|
Added support for playback of locally hosted content
|
2021-04-12 16:02:14 +02:00 |
|
Erik Thuning
|
9582c4bfc1
|
Removed token from image paths since it's unnecessary.
|
2021-03-11 17:43:11 +01:00 |
|
Erik Thuning
|
d898b56a1c
|
Merge branch 'master' of gitea.dsv.su.se:erth9960/multiplayer
|
2021-03-03 15:46:07 +01:00 |
|
Erik Thuning
|
8db5631377
|
Added a token to all media paths
|
2021-03-03 15:38:01 +01:00 |
|
|
|
418c7f6e3a
|
Fixed a minor bug
Fixed play and pause icons being switched in the main playback window.
|
2021-02-18 11:34:19 +01:00 |
|
Erik Thuning
|
3334ca2c59
|
Updated the package schema
|
2020-12-10 11:29:28 +01:00 |
|
Erik Thuning
|
e9beac2f28
|
Made sure encoded presentation and playlist URLs work.
Small tweak to the package.json format etc.
|
2020-11-26 20:32:44 +01:00 |
|
Erik Thuning
|
306eb89552
|
Finally nailed it down!
|
2020-11-26 18:51:20 +01:00 |
|
Erik Thuning
|
fee345c811
|
Volume now defaults to max
|
2020-11-26 17:10:54 +01:00 |
|
Erik Thuning
|
57693568d2
|
Added debug output on ajax erorrs
|
2020-11-26 16:33:12 +01:00 |
|
Erik Thuning
|
e03bcc7ccc
|
Minor tweaks and refactoring
|
2020-11-24 23:55:49 +01:00 |
|
Erik Thuning
|
e43deb5922
|
Loading spinner and other tweaks
|
2020-11-24 23:43:36 +01:00 |
|
Erik Thuning
|
065c3a5f42
|
Removed redundant listener
|
2020-11-18 17:05:17 +01:00 |
|
Erik Thuning
|
ca1c293331
|
Refactored playback handling and added a throbber
Also some housekeeping
|
2020-11-18 17:02:48 +01:00 |
|
Erik Thuning
|
e37603aa4d
|
Switched to new test recordings
|
2020-11-18 17:02:14 +01:00 |
|
Erik Thuning
|
fa65e35ffd
|
Fixed formatting bug when missing playlist
|
2020-11-18 00:21:47 +01:00 |
|
Erik Thuning
|
7816846412
|
Playlist functions, splash screen
|
2020-11-16 16:42:41 +01:00 |
|
Erik Thuning
|
3b6508b5a7
|
Added playlist buttons. Js formatting tweak.
Playlist definition is now its own json file.
|
2020-11-16 12:57:31 +01:00 |
|
Erik Thuning
|
dcaee6be8e
|
Initial playlist support, minor tweak to init
|
2020-11-15 08:54:17 +01:00 |
|
Erik Thuning
|
028e411604
|
Improved the progress bar
|
2020-11-15 03:32:09 +01:00 |
|
Erik Thuning
|
f8513f5b0f
|
Pretty transitions, fixed a bug with the buffer bar
|
2020-11-15 03:14:33 +01:00 |
|
Erik Thuning
|
ccde20574d
|
I'll call this 1.0
|
2020-11-14 22:24:48 +01:00 |
|
Erik Thuning
|
a675fc5789
|
Revert "Revert "Halfway to a real progress bar""
This reverts commit e88e24b30835ce2f7dbb5d9eb31b01213e050a1c.
|
2020-11-14 20:23:22 +01:00 |
|
Erik Thuning
|
e88e24b308
|
Revert "Halfway to a real progress bar"
This reverts commit d5311a731dbcb8a011ea627cf1dd3000b375de2e.
|
2020-11-14 20:18:45 +01:00 |
|
Erik Thuning
|
d5311a731d
|
Halfway to a real progress bar
|
2020-11-14 19:14:23 +01:00 |
|
Erik Thuning
|
1da25c1fa1
|
Tweaking the progress bar
|
2020-11-14 15:25:42 +01:00 |
|
Erik Thuning
|
16d2619049
|
Small accessibility tweaks and changes to stream sync
|
2020-11-14 14:48:16 +01:00 |
|
Erik Thuning
|
70b77fd830
|
More css tweaks
|
2020-11-14 03:58:15 +01:00 |
|
Erik Thuning
|
ce0d6272c8
|
Further simplification and accessibility improvements
|
2020-11-13 19:21:24 +01:00 |
|
Erik Thuning
|
a2c00e02f7
|
Minor css tweak
|
2020-11-13 16:59:01 +01:00 |
|
Erik Thuning
|
8755be43e6
|
Removed some redundant css
|
2020-11-13 16:11:48 +01:00 |
|
Erik Thuning
|
d9c3418b99
|
Switched to an actual lecture for testing
|
2020-11-13 16:11:12 +01:00 |
|
Erik Thuning
|
4aa600c7b4
|
Changed elapsed and duration counters to support proper printing of hours
|
2020-11-13 16:10:23 +01:00 |
|