Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom authored Jul 29, 2017
1 parent 6ac656c commit 80b3608
Showing 1 changed file with 11 additions and 65 deletions.
76 changes: 11 additions & 65 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YouPHPTube
# YouPHPTube - Streamer
YouPHPTube! is an video-sharing website, It is an open source solution that is freely available to everyone. With YouPHPTube you can create your own video sharing site, YouPHPTube will help you import and encode videos from other sites like Youtube, Vimeo, etc. and you can share directly on your website. In addition, you can use Facebook or Google login to register users on your site. The service was created in march 2017.

<div align="center">
Expand All @@ -15,68 +15,14 @@ In order for you to be able to run YouPHPTube, there are certain tools that need
- MySQL 5.0+
- Apache web server 2.x (with mod_rewrite enabled)

If you are not sure how to install one of these tools take a look on this http://tutorials.youphptube.com/video/how-to-install-youphptube-in-a-fresh-ubuntu-server
# What is new on this version?
Since version 4.x+ we separate the streamer website from the encoder website, so that we can distribute the application on different servers.
- The Streamer site, is the main front end and has as main function to attend the visitors of the site, through a layout based on the youtube experience, you can host the streamer site in any common internet host can host it (Windows or Linux).
- The Encoder site, will be better than the original encoder, the new encoder will be in charge of managing a media encoding queue. You can Donwload the encoder here: https://github.com/DanielnetoDotCom/YouPHPTube-Encoder. but to install it you will need ssh access to your server, usually only VPS servers give you that kind of access, that code uses commands that use the Linux shell and consume more CPU.
- I will have to install the encoder and the streamer?
No. We will be providing a public encoder, we will build the encoder in such a way that several streamers can use the same encoder. We are also providing source code for this, so you can install it internally and manage your own encoding priority.

# What about if we host YouPHPTube for you?
We have a free plan that you will have your YouPHPTube on the World Wide Web with out spending any money go to https://easytube.club/ and be a part of this club

Take a look at our video tutorials site (http://tutorials.youphptube.com), you will find several useful information like:
- How to Install YouPHPTube in a fresh Ubuntu Server
- How to Upload a Video File
- How to update your YouPHPTube version
- How to translate YouPHPTube to another language
- And more

# Versions details

# Ver 3.4
- Add YouTube Video Upload Support.
Video Tutorial https://tutorials.youphptube.com/video/enable-google-auth-and-youtube-uploader-ver-3-4

# Ver 3.3
- Add SMTP Mail Support

# Ver 3.2
- Add Playlists Support
- Add Channels Support

# Ver 3.1
- Add Themes Support
https://tutorials.youphptube.com/video/how-to-change-the-theme-of-youphptube-ver-3-1

# Ver 3.0
- Add the Subscription Option

# Ver 2.9
*Special Thanks for Frank de Lange. He is responsible for the creation of these functionalities*
- Add video rotate command.
- Add command line interface to upload videos. Use php -f upload.php -- -h in view/mini-upload-form for instructions.

# Ver 2.8
- Option to enable and disable features such as: (Coding formats, MP4, WEBM and creation of Spectrum for MP3)
- Added Thumbs from the videos to the Ads management area
- Displays static image while the video is not encoded and the image was not generated
- Option to specify how long the user session will expire
- Choose if the video to start will play automatically
- Option on the main screen for the video to continue playing the next videos

# Ver 2.7
- Independent Video Advertising System to Avoid Meddling by Google (Thanks for the idea Simon Christopher)
- Choose the fist style, Youtube video Play or Gallery
- Now MP3 files create a spectrum video, audio now will play like a video, watch an sample: http://demo.youphptube.com/video/mark-ronson-uptown-funk-ft-bruno-mars

# Ver 2.6
**We will help you make money with google AdSense** watch this video http://tutorials.youphptube.com/video/make-money-with-youphptube-enable-google-adsense

# Ver 2.4
- User and Videos Groups
- Private Videos

**Private videos since version 2.4** YouPHPTube allows you to determine if the videos published on the page will be public or private.
By default all videos are public, but you can create groups and link them to videos and users, so only users in the group can view videos from the same group. And the linked video will not be public any more.
We have made a video to help you: http://tutorials.youphptube.com/video/enable-facebook-login-and-making-a-video-private

# Ver 2.0
- Change Comments Layout (Show user Picture now)
- You can download and encode videos from other web sites (Youtube, Vimeo, etc), to share on yours
- You can enable Facebook or Google login on configuration menu, also set up what logged users can do (Comment and Upload/Download videos).
<div align="center">
<img src="https://www.youphptube.com/img/architecture/SchemeV4.0.jpg">
<a href="https://github.com/DanielnetoDotCom/YouPHPTube-Encoder" target="_blank">Download Encoder</a>
</div>

0 comments on commit 80b3608

Please sign in to comment.