Code Monkey home page Code Monkey logo

vupload's Introduction

vUpload - Open Source video sharing

About

vUpload is an open source video sharing script, think of it as a lightweight Youtube.

Demo

https://heekdevelopment.com/test/ - Offline

Login with test account:

Name: test
Password: test123

Uploading and Thumbnail editing has been disabled to prevent abuse.

Future ideas

  • Report comments
  • Upload to other servers via SFTP - Need to install PECL ssh2
  • Process videos in the background
  • Add messaging from user to user
  • Redo classes with smaller functions

Installation

This project users Composer, you need to install the following packages:

  1. composer require ezyang/htmlpurifier
  2. composer require phpmailer/phpmailer
  3. composer require php-ffmpeg/php-ffmpeg

You also need to install FFmpeg on your server, you can download it from here:
https://ffmpeg.org/

  1. Upload the files to your server.

  2. Edit config.php and change the

    • While this is still in development rename configSettings.php to config.php and move it to the root folder.
  3. Go to your MySQL or MariaDB manager and execute vupload.sql.

  4. Optionally .htaccess located in the root folder and change these values(the default is 5gb):

    • php_value post_max_size 5000M
    • php_value upload_max_filesize 5000M
    • LimitRequestBody 5368709120
  5. In php.ini you need to add the following at the bottom of your extensions:

    • extension=php_ffmpeg.dll
  6. You also need to remove the ';' from the following:

    • ;extension=gd
  7. Optionally you can edit lang.php located in the include folder if you want to change the language of most of the action/error messages.

  8. It should be working now.

Current problems

  1. None that are known

Notes

There are some extra MySQL tables, these are for potential future features.

vupload's People

Contributors

mrgoatsy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.