In this video I show you how you can stream to both Twitch and YouTube (and other by same method) for free and without a VPS or 3rd party service using nginx. While it is done on Linux, you should be able to accomplish the same thing on Windows, either by running your own instance of nginx or by using WSL. Nginx Config: rtmp { server { listen 1935; application live { live on; Safety: no playback from outside deny play all; Where to re-stream to, you can add other platforms here too Note more platforms = more bandwidth required push rtmp://live.twitch.tv/app/put-the-key-here; push rtmp://a.rtmp.youtube.com/live2/put-the-key-here; } } } Support me by becoming a member: / @stevesteacher Check out the Financial Literacy Course tutorials playlist: • Financial Literacy Course Get 15% off on your first order from Silkworm Shop https://silkwormshop.co.za/ by using my code: REFCKBQAESCC9 Subscribe for more videos! YouTube: https://www.youtube.com/stevesteacher... Odysee: https://odysee.com/$/invite/@steveste... For more programming videos, feel free to subscribe to my 2nd channel: / @programmervibe Crash Courses: • Crash Courses C++ Programming Tutorials: • Full C++ Programming Crash Course - Beginn... Lua Programming Tutorials: • Full Lua Programming Crash Course - Beginn... Love2D Game Dev Tutorials: • Love2D Game Dev Tutorials Nim Programming Tutorials: • Nim Tutorials Become a Web Developer: • Become a Web Developer Python Programming Tutorials: • Python Tutorials PHP Tutorials: • PHP Tutorials HTML Tutorials: • Full HTML Crash Course for Beginners to We... JavaScript Tutorials: • JavaScript (Tutorial) Bootstrap Tutorials: • Full Bootstrap Crash Course for Beginners ... CSS Tutorials: • CSS Crash Course for Beginners to Web Design Delphi Programming Tutorials: • Delphi Programming - Full Beginner Crash C... Pascal Programming Tutorials: • Full Pascal Programming Crash Course - Bas... Linux Tutorials/Videos: • Linux Videos How-to videos: • How to Godot Game Dev Tutorials: • Godot Game Dev Tutorials TKinter Tutorials: • Tkinter Tutorials Web Scraping/Beautiful Soup Tutorials: • Beautiful Soup Tutorial MySQL Tutorials: • MySQL Tutorials Japanese Lessons: • Japanese Lessons You can contact me on: Email: [email protected] Discord: / discord Hey there!!! Wanna help support the channel :D? Ko-Fi: https://ko-fi.com/stevesteacher Liberapay: https://liberapay.com/stevesteacher/ PayPal: https://www.paypal.com/donate/?hosted... YouTube Member: / @stevesteacher Any suggestions? Leave it in the comment section or contact me somewhere else! Odysee Links: Python Programming Tutorials: https://odysee.com/@stevesteacher:0/P... C++ Programming Tutorials: https://odysee.com/@stevesteacher:0/C... HTML Tutorials: https://odysee.com/@stevesteacher:0/H... Tkinter Tutorials: https://odysee.com/@stevesteacher:0/T... Linux Tutorials: https://odysee.com/@stevesteacher:0/L... Lua Tutorials: https://odysee.com/@stevesteacher:0/L... Love2D Game Dev Tutorials: https://odysee.com/@stevesteacher:0/L... Delphi Tutorials: https://odysee.com/@stevesteacher:0/D... MySQL Tutorials: https://odysee.com/@stevesteacher:0/M... Thank you for watching! #stevesteacher #nginx #linux #obs #streaming