Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nanoo.tv video support #51

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
91c6177
nanootv: Added nanoo.tv library as a copy of youtube
tobiasreischmann Dec 28, 2020
24df274
nanootv: Adjusted regex to meet nanoo.tv url syntax
tobiasreischmann Dec 28, 2020
d41bc4b
nanootv: Renamed nanoo.tv js class
tobiasreischmann Dec 28, 2020
cc07cb3
nanootv: Create iframe with nanoo.tv embedding
tobiasreischmann Dec 28, 2020
5333fc5
nanootv: Refactoring
tobiasreischmann Dec 28, 2020
4bafa4d
Nanootv: Replace links with v with white-paper links
tobiasreischmann Dec 28, 2020
144b533
nanootv: Enable resizing of the player
tobiasreischmann Dec 28, 2020
b30ce12
Nanootv: Get play and pause to work
tobiasreischmann Dec 28, 2020
37f61c7
Nanootv: Player loading duration up front and querying currentTime
tobiasreischmann Dec 30, 2020
4ee61b3
Nanootv: Implament volume and playbackRate controls
tobiasreischmann Dec 30, 2020
e837ac6
Nanootv: Switch to player without controls
tobiasreischmann Dec 30, 2020
ab419ec
Nanootv: Fix order of ready and loaded events
tobiasreischmann Dec 30, 2020
5f77b67
Nanootv: Added comments and removed unsupported features
tobiasreischmann Dec 30, 2020
7a05b50
Nanootv: Retry querying duration after 50ms
tobiasreischmann Dec 30, 2020
781cb5c
Nanootv: Adjust player parameters
tobiasreischmann Dec 30, 2020
9d8ee6c
Nanootv: Enable loop feature through throwing H5P ended event
tobiasreischmann Dec 30, 2020
94eb802
Nanootv: Remove youtube specific pressToPlay option
tobiasreischmann Dec 30, 2020
b22ddcf
Nanootv: Fix Comment about youtube
tobiasreischmann Dec 30, 2020
f30d648
Nanootv: Checked and removed open TODOs
tobiasreischmann Dec 30, 2020
4888622
Let nanoo.tv be asked before html5 to avoid conflicts
tobiasreischmann Dec 30, 2020
8ab38ec
Nanootv: Fix id within setInterval function
tobiasreischmann Dec 30, 2020
0943928
Nanootv: Also allow to insert .../W/... adresses.
tobiasreischmann Dec 30, 2020
967bde6
Nanootv: Use pressToPlay to hide squash overlay for login
tobiasreischmann Jan 29, 2021
6af361e
Nanootv: Store player as self.player and add post capsulating postMes…
tobiasreischmann Mar 20, 2021
e5fb186
Nanootv: Alter hight and width ratio to 1:1
tobiasreischmann Mar 20, 2021
f70bcd8
Nanootv: Adjust matching of nanoo.tv urls
tobiasreischmann Mar 20, 2021
61bebbd
revert change to aspect ratio that was left in by my mistake ad commi…
atrottmann Mar 20, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
{
"path": "scripts/panopto.js"
},
{
"path": "scripts/nanoo-tv.js"
},
{
"path": "scripts/html5.js"
},
Expand Down
Loading