Giter Site home page Giter Site logo

mmn6d6d6e / prism Goto Github PK

View Code? Open in Web Editor NEW

This project forked from morrowshore/prism

0.0 0.0 0.0 186 KB

Prism is a self-hosted multistreaming solution.

Home Page: https://morrowshore.com

License: GNU General Public License v3.0

Shell 33.40% Dockerfile 66.60%

prism's Introduction

Introduction

Would you like to stream to Twitch, Youtube, Kick, Trovo, Facebook, Instagram, and etc at once, but don't have the upload capacity to do it from your own computer?

You can host Prism on a server to act as a prism for your streamed content!

You can then simply stream to your Prism, and it will send your stream to all the platforms you'd like.

Prequisites

You'd need a VPS server for this, but fret not, its specification or power does not matter!

You can get very cheap (1~5 USD) Linux VPS from providers such as Linode, Ionos, Digital Ocean, etc.

How To Set up

  • 1- SSH into your VPS server,
ssh  ssh://root@<server IP address>
  • 2- Enter the password (it will be hidden).

  • 3- Install docker.

  • 4- Build our image:

docker build -t prism github.com/MorrowShore/Prism
  • 5- Verify it has been built:
docker images
  • 6- Now edit the following prompt with your own key, and then run it:
docker run -it -p 1935:1935 --name prism -e TWITCH_URL="<twitch server>" -e TWITCH_KEY="<twitch key>" -e FACEBOOK_KEY="<facebook key>" -e YOUTUBE_KEY="<youtube key>" -e TROVO_KEY="<trovo key>" -e KICK_KEY="<kick key>" prism

If you're not going to stream to a specific platform, simply remove it from the prompt (along with the "-e" before it).

  • 7- In OBS' stream options, enter the following in the Server field:
rtmp://<server IP address>/live

As for the stream key, you can put anything.

  • 8- Begin streaming!

We advise you test it with two platforms first.

How To Manage

  • To STOP the docker, (multistreaming server) run:
docker stop prism

  • To START the docker, run:
docker start prism

  • To EDIT the destinations,

Remove the container:

docker rm prism

and then run an edited prompt at step #6


  • To UNINSTALL the entire project, run:
docker rm prism

Then,

docker images

Copy the image ID and then run:

docker rmi <IMAGE_ID>

  • To ADD CloudFlare & Instagram support:

Add the following to the prompt #6

-e CLOUDFLARE_KEY="<key>"
-e INSTAGRAM_KEY="<key>"

Debugging

If something is not working you can check the logs of the container with:

docker logs prism

Support

Need help with anything, or have thought of an upgrade?

Find us at our Discord server: https://discord.gg/2sbnwze753

prism's People

Contributors

morrowshore 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.