Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1256  / 2 Years ago, tue, january 18, 2022, 2:42:54

I'm looking for a way to stream to YouTube Live on my computer. I know there are various tools available for Windows, but I haven't found anything for Linux. I prefer not to use G+ Hangouts, but go right to actual streaming. Does anybody know of any tools for Linux that will stream to YouTube Live, or is there a Windows tool that works without any issues under WINE?


More From » streaming

 Answers
7

This is not gonna be easy, but we can do it. We will stream to Twitch.tv, which can stream to YouTube Live.



Here we go:



Preparing the libraries: Type these commands in Terminal.



sudo apt-get install ffmpeg
sudo apt-get install libx264-dev libavcodec-extra-53


The code required to stream: Open gedit/Text Editor and paste this code: http://shrib.com/ubuntu2twitch



Save the text file as twitch_stream.sh in your /home/ directory.



Obtaining a Twitch Streaming Key: Go to http://www.twitch.tv/broadcast/dashboard/streamkey and get your Streaming key. Open gedit/Text Editor and paste the key into it. Name this file as .twitch_key and save it in your /home/ directory, same as the twitch_stream.sh file.



Going live: Open Terminal and type this:



cd
cd /home/
chmod 755 twitch_stream.sh


If there are no errors, you'll see your screen on the Twitch Dashboard.



Streaming from Twitch to YouTube: Visit http://www.twitch.tv/settings/connections to setup your YouTube account and got to your live feed to share on YouTube. If Twitch does not allow live streaming to YouTube, why not add a screen to your YouTube feed to ask users to go to Twitch?



Please upvote if you think this helped you.



A big thank you to The Game Engine for the code.



UPDATE: Got it!!! There you go: http://sourceforge.net/projects/snowmix/ Install Snowmix first.



And then GStreamer: http://gstreamer.freedesktop.org/download/ Search on Ubuntu Software Center for the same.



Now read this guide and set it up. Voila, forget Twitch and stream to YouTube directly! http://sourceforge.net/p/snowmix/wiki/Snowmix%20and%20CDNs/


[#27530] Wednesday, January 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
steaocyte

Total Points: 345
Total Questions: 122
Total Answers: 121

Location: Spain
Member since Wed, Nov 23, 2022
1 Year ago
steaocyte questions
;