twitchpipe
twitchpipe copied to clipboard
Pipe your favorite Twitch streams to the media player of your choice, or a file to save them for later. Supports low-latency playback.
Hi, as of 2022-11-10(?), twitchpipe recordings contain intermission screens. One "preparing your stream..." screen at the beginning (15s), and "commercial break in progress" screens during ads. For some recordings, the...
Twitch might be making more changes to their ad injection, breaking compatibility even further. I ran a test of a few streamers yesterday and it gave back a few errors...
I have a list of streamers that I am wanting to monitor but one of them is banned and it is unknown when they would be back but I wanted...
Could there be a secondary check done on startup using the API to see if a streamer is live and record the live ones? I worry that whenever a system...
I've added the -d and -t flags for inserting a custom date format (using the Bash Date Format) and grabbing the title of a stream when recording a stream.
When using record.sh instead of downloading the whole stream from start to finish it would be neat to be able to choose to download in parts by stream time. For...
Could it be possible to log chat through the record tool? https://github.com/lay295/TwitchDownloader is the best chat logger that I could find. It saves the metadata of badges/emotes/users so everything can...
Is it possible for twitchpipe to grab metadata from stream and write a log file in the same naming format as the recording? like `date-uniqueid.ts` and `date-uniqueid.txt`? I think the...
I'm very intrigued by the readme's description of the archive function. All of the "archiving" scripts out there for live twitch streams work with the API and a schedule/cron system...
Right now in certain cases twitchpipe can write truncated TS packets, most media players handle this fine, but not all. Reading/Writing in 188 byte chunks should probably be enough to...