]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/assets/player/shared/p2p-media-loader/p2p-media-loader-plugin.ts
Refractor videojs player
authorChocobozzz <me@florianbigard.com>
Wed, 23 Jan 2019 14:36:45 +0000 (15:36 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 11 Feb 2019 08:13:02 +0000 (09:13 +0100)
commit2adfc7ea9a1f858db874df9fe322e7ae833db77c
treee27c6ebe01b7c96ea0e053839a38fc1f824d1284
parent7eeb6a0ba4028d0e20847b846332dd0b7747c7f8
Refractor videojs player

Add fake p2p-media-loader plugin
24 files changed:
client/package.json
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/assets/player/p2p-media-loader-plugin.ts [new file with mode: 0644]
client/src/assets/player/peertube-player-manager.ts [new file with mode: 0644]
client/src/assets/player/peertube-player.ts [deleted file]
client/src/assets/player/peertube-plugin.ts [new file with mode: 0644]
client/src/assets/player/peertube-videojs-typings.ts
client/src/assets/player/resolution-menu-item.ts [deleted file]
client/src/assets/player/videojs-components/p2p-info-button.ts [moved from client/src/assets/player/webtorrent-info-button.ts with 91% similarity]
client/src/assets/player/videojs-components/peertube-link-button.ts [moved from client/src/assets/player/peertube-link-button.ts with 87% similarity]
client/src/assets/player/videojs-components/peertube-load-progress-bar.ts [moved from client/src/assets/player/peertube-load-progress-bar.ts with 85% similarity]
client/src/assets/player/videojs-components/resolution-menu-button.ts [moved from client/src/assets/player/resolution-menu-button.ts with 56% similarity]
client/src/assets/player/videojs-components/resolution-menu-item.ts [new file with mode: 0644]
client/src/assets/player/videojs-components/settings-menu-button.ts [moved from client/src/assets/player/settings-menu-button.ts with 98% similarity]
client/src/assets/player/videojs-components/settings-menu-item.ts [moved from client/src/assets/player/settings-menu-item.ts with 97% similarity]
client/src/assets/player/videojs-components/theater-button.ts [moved from client/src/assets/player/theater-button.ts with 87% similarity]
client/src/assets/player/webtorrent-plugin.ts [moved from client/src/assets/player/peertube-videojs-plugin.ts with 73% similarity]
client/src/assets/player/webtorrent/peertube-chunk-store.ts [moved from client/src/assets/player/peertube-chunk-store.ts with 100% similarity]
client/src/assets/player/webtorrent/video-renderer.ts [moved from client/src/assets/player/video-renderer.ts with 100% similarity]
client/src/standalone/videos/embed.ts
client/src/tsconfig.app.json
client/yarn.lock
scripts/dev/server.sh
server/middlewares/csp.ts