Answer the question
In order to leave comments, you need to log in
How do I automatically start streaming after a streamer has started broadcasting on Twitch.tv?
There is a Livestreamer program livestreamer.tanuki.se/en/latest , it can take a stream from streamer sites and open the stream not in a flash player, but in any player installed on the computer, which makes viewing more comfortable.
The task is to optimize, automate the process of opening a stream.
On Twitch, you can receive an email notification (when the streamer starts broadcasting).
How can I autorun a script that will start the stream when I receive a letter about a new stream?
Maybe the twitch api allows you to quickly get the state of the broadcast and, after receiving the broadcast, run a script like this:
#!/bin/bash
livestreamer twitch.tv/%name_streamer% source
and somehow hang it in cron?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question