Skip to content

Instantly share code, notes, and snippets.

View adrwer's full-sized avatar
😎
Hi there?

Adrian Werimo adrwer

😎
Hi there?
View GitHub Profile
@adrwer
adrwer / live-streaming-kit.md
Created December 29, 2020 17:28 — forked from jamesmontemagno/live-streaming-kit.md
Live Streaming Kit

Here is my live stream setup kit :)

I recommend only streaming to a single service such as Twitch. It is better for community building and easier on the streamer. Additionally, if you become an affiliate you are locked into a platform anyways.

I recommend streaming from a Windows computer as it is the best.

How my setup works is that I have my main Desktop PC that has my streaming software, chat, alerts, music, and such all running on it. I have a second surface book that has HDMI out into the capture card in my Desktop PC. I do this because often when you compile apps it may freeze up your computer and stream :(. I have 2 sets of keyboards and mice and 2 monitors that I work off of. This works for me, but you do you :)

Software:

  • OBS: Your main go to for streaming software. It works on every OS :). If you want something with everything baked in take a look at Streamlabs OBS.
@adrwer
adrwer / s3-upload-via-link.php
Created September 4, 2018 07:21 — forked from keithweaver/s3-upload-via-link.php
Upload image using link to AWS S3 with PHP
@adrwer
adrwer / s3-upload-via-form.php
Created September 4, 2018 07:19 — forked from keithweaver/s3-upload-via-form.php
Upload image using form submission to AWS S3 with PHP
<?php
// This file demonstrates file upload to an S3 bucket. This is for using file upload via a
// file compared to just having the link. If you are doing it via link, refer to this:
// https://gist.github.com/keithweaver/08c1ab13b0cc47d0b8528f4bc318b49a
//
// You must setup your bucket to have the proper permissions. To learn how to do this
// refer to:
// https://github.com/keithweaver/python-aws-s3
// https://www.youtube.com/watch?v=v33Kl-Kx30o