Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.4 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.4 KB

MyStream

An open source streaming backend (along with its own theme), for you to host your own streaming website, or even your own portfolio website to show off your videos!

Important!

| THIS SCRIPT IS STILL IN BETA! |

I've spent so much time working on this, please if you notice anything DO NOT hesitate to report it. If you want more features, just request them, this script is going to be fully supported by me. (as of 24th Oct 16 - 00:48)

I'd love if you used this/parts of this in your work, but please give me the appropriate credit, as it'd break my heart if you didn't!

Also if you need any help, just ask me!

Installation Instructions

1) Create a database and a user account to go with it, or you could use a master account.

2) Edit the MySQL information in the config/configuration.php file to match.
-> $serverip = "localhost";
$username = "root";
$password = "root";
$dbname = "mystream";

3) Edit the configuration file and put in the rest of the required values. 4) Edit core/init.php AND ONLY CHANGE THE LINE: -> define(ROOT, $_SERVER["DOCUMENT_ROOT"] . "/Stream"); // Edit the /stream part, if you place the file in no folder, then get rid of /stream, if you placed it in a folder then do /foldername DO NOT LEAVE A / AT THE END! -> Only edit the part /Stream !!!!

Made with <3 by Exus | Version 2.3