By mcplums
I’ve had a think, and I can’t come up with any reason why this can’t be done, but I don’t want to waste time if it’s impossible.
Essentially, I want to host a site on my droplet that takes inputs from the user, it does something with these inputs, and streams the result on twitch. Obviously, this would be automated and wouldn’t require any manual input from me after it’s all initialised.
I’ve played around with VNC to get a desktop environment already on my droplet. In theory, could I stream this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Greetings!
From my perspective, this is absolutely possible. Twitch seems to document it’s API quite well:
https://dev.twitch.tv/docs/api
Take a look here at a Python app that can be used to stream various inputs to Twitch:
https://github.com/scivision/PyLivestream
Whether or not a code library will already exist to help you get from Point A to Point B on this project is a different story, but the idea that it is possible to do what you are looking to do (as a high level theory) seems like a definite yes to me.
Jarland
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.