Rigel Kent
81fe3c67c5
fix duplicate id in svg, empty alt in base email
2020-06-04 09:05:44 +02:00
Chocobozzz
3e2bc4ea49
Fix webtorrent play on Safari
2020-05-12 10:32:56 +02:00
Chocobozzz
72efdda586
Try to fix auto play on apple devices
2020-05-11 17:48:56 +02:00
Chocobozzz
6422847473
Fix autoplay on Safari
2020-05-11 17:48:56 +02:00
Chocobozzz
1151f5210c
Add ability to update embed captions
2020-05-06 11:54:33 +02:00
Chocobozzz
512decf37e
Fix videojs
2020-04-21 11:02:28 +02:00
Chocobozzz
7e37e11111
Fix videojs typings
2020-04-17 14:12:43 +02:00
Chocobozzz
9cdeb80650
Fix videojs subtitles
2020-04-08 09:36:51 +02:00
Chocobozzz
fd69c52f84
Use hls.js light
...
Because we don't need subtitling and alternate-audio features
2020-04-08 09:12:52 +02:00
Chocobozzz
bc30363602
Don't force autoplay
...
Don't use muting to autoplay videos. If the web browser does not want to
autoplay the video, it's okay.
2020-04-07 11:05:43 +02:00
Chocobozzz
4adebd513e
Client dependencies upgrade
2020-04-01 14:06:46 +02:00
Chocobozzz
5289137643
Remove resume parameter when sharing a video
2020-02-10 16:49:40 +01:00
Chocobozzz
abb3097e81
Improve embed title background opacity
2020-02-03 13:33:42 +01:00
Chocobozzz
83fcadac86
Move streamroot plugin in core project
...
To avoid an already bundled HLS.js library, and adapt some parts of the
code
2020-01-31 14:13:00 +01:00
Chocobozzz
cf59a2a0c3
Merge branch 'release/2.1.0' into develop
2020-01-29 14:23:20 +01:00
Chocobozzz
8ff604c7e3
Fix wrong audio only resolution label for hls
2020-01-29 14:22:32 +01:00
Chocobozzz
cf57794e9b
Fix webtorrent resolution issue
2020-01-29 14:20:32 +01:00
Chocobozzz
f5fcd9f725
Correctly type videojs player
2020-01-29 11:48:15 +01:00
Chocobozzz
f2aa2c3cca
Allow iframes to open links
2019-12-27 13:04:36 +01:00
Rigel Kent
223b24e618
Fix upnext, refactor avatar menu, add to playlist overflow
2019-12-20 17:49:57 +01:00
Rigel Kent
1dc240a948
Add next video button to the player
2019-12-19 21:34:45 +01:00
Rigel Kent
10475dea7d
improve notification popup interactivity: read all, layout, position
...
fixes #1730
2019-12-19 14:53:01 +01:00
Rigel Kent
96f6278f3e
respect video history on explicit playlist click
...
also correct font-weight for .title-page-single, and tooltip dynamic
text for playlist loop button.
fixes #1889
2019-12-18 23:39:11 +01:00
Rigel Kent
62ab565d1c
Add play/pause bezels to the video player
2019-12-18 20:20:11 +01:00
Chocobozzz
9f0327aeb3
Fix build
2019-12-18 11:01:59 +01:00
Chocobozzz
6377a9f2b0
Fix test embed page
2019-12-18 10:14:23 +01:00
Chocobozzz
3f9c4955af
Speedup embed first paint
2019-12-18 10:14:22 +01:00
Rigel Kent
3bcb4fd741
add 'up next' screen on autoplay
2019-12-17 16:49:33 +01:00
Chocobozzz
fe9d05310b
Fix cellular detection in player
2019-12-09 10:23:23 +01:00
Chocobozzz
39aad8cc85
Don't seed on cellular networks
2019-12-06 17:25:15 +01:00
Chocobozzz
3d9a63d3d8
Add hook to alter player build options
2019-12-05 17:06:18 +01:00
Chocobozzz
3a1fed11c5
Support playlists in share modal
2019-12-05 10:05:00 +01:00
Chocobozzz
43c66a91df
Add ability to disable P2P in HLS player too
2019-11-29 14:14:47 +01:00
Chocobozzz
d275e75453
Focus player on video loading
2019-11-28 11:08:04 +01:00
Chocobozzz
aedf50d142
Fix magnet uri player copy
2019-11-27 11:18:34 +01:00
Chocobozzz
52201311e1
Add codec information in HLS playlist
2019-11-26 16:25:36 +01:00
Chocobozzz
84ddb975d1
Don't autoload HLS fragments
2019-11-25 17:13:47 +01:00
Chocobozzz
3a149e9f8b
Add audio only transcoding tests
2019-11-25 10:59:49 +01:00
frankdelange
5c7d650827
Add audio-only option to transcoders and player
...
This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide.
Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream.
This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
2019-11-25 10:59:47 +01:00
Chocobozzz
d7a25329f9
Add ability to disable webtorrent
...
In favour of HLS
2019-11-25 10:59:43 +01:00
Chocobozzz
42aac9fcfc
Fix player captions menu
2019-10-28 09:37:33 +01:00
Chocobozzz
b82df0a399
Cleanup HLS redundancy manager in client
...
With the new p2p-media-loader release
2019-09-05 17:21:44 +02:00
Chocobozzz
da33241770
Improve HLS redundancy
2019-08-23 10:28:21 +02:00
Chocobozzz
e028d98372
Fix start time on HLS videos
2019-08-13 11:08:36 +02:00
Chocobozzz
dfe4294a72
Fix nl_NL locale
2019-08-13 11:04:27 +02:00
Chocobozzz
d1f21ebba6
Fix control bar inactive timeout
2019-08-07 12:07:58 +02:00
Chocobozzz
16b5525950
Update Angular -> 8.2.0
2019-08-01 11:38:47 +02:00
Chocobozzz
bfbd912886
Fix broken playlist api
2019-08-01 09:11:04 +02:00
Chocobozzz
85394ba22a
Fix webtorrent player
2019-07-30 10:54:14 +02:00
Chocobozzz
2f4c784a92
Add params to share modal
2019-06-12 16:44:15 +02:00