Skip to content

TommyTeaVee/LeVideoCollector

 
 

Repository files navigation

#video collector Sergio Armando Márquez Hernández. ( Front End) @SergioMrqUz
Edwin Samuel Márquez Hernández. ( Back End) @EdwinMrqz

Video Collector. site: http://levideocollector.com



Requirements:

  1. php (and all it requires to work with, the project is fully written in php).

  2. postgres

  3. ffmpeg library installed and working. (This library is used to take the thumbnails of the videos uploaded and convert them to other formats: mp4, ogv, webm. I'm taking two of different sizes by now, xampp user beware you may have to update some libraries manually to make it work).

bloqBreaker 1

Inner working:

When a video is uploaded, it is converted to mp4, ogg and webm formats at a standard resolution using a bash script and the ffmpeg library, so that every video can be seen on different browsers. Two images are algo taken for display.

This website uses a database to store information about the users, videos comments and likes. the script is included in the folder “databasecreation”.

In the folder “dataAcces” you can find a file called: “configs.php” that contains configuration values like the password of your database, user name of the database, etc. there are comments included in the file.

Everything related to interacting directly with the database is included in the other file called “dataAcces.php”.

bloqBreaker 2
bloqBreaker 3

About

A web page in php to post and watch videos and share them with other users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.9%
  • JavaScript 31.7%
  • CSS 7.1%
  • Other 0.3%