0.5.3 • Published 3 years ago

peertube-plugin-upload-limits v0.5.3

Weekly downloads
3
License
AGPL-3.0
Repository
-
Last release
3 years ago

PeerTube plugin Upload Limits

This plugin allows to set up limitations (file size, video bit rate, audio bit rate) for the file to upload.

npm.io

Plugin settings

  • Maximum file size in Mega octets / Mega bytes
  • Maximum video bit rate in Mega bits per seconds
  • Maximum audio bit rate in kilo bits per seconds

npm.io

Overall steps

  • On client side, when limits are not fullfilled, the upload is not proceed and the user is notified with a PeerTube toast.
  • On server side after uploading, when limits are not fullfilled, uploaded video / audio file is not accepted. See the server side checking as a security validation.

Requirements

From Upload Limits v0.4.0, PeerTube v2.2.0 or a newer version is required.

Dependencies

Upload limits are checked both client and server side with the JavaScript port of MediaInfo using WebAssembly.

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago