ladamrkvicka
ladamrkvicka
> I'm not a node dev so I cobbled together a rewrite to get it to take the m3u8 address and feed it to ffmpeg and haven't had any problems...
> Thank you. I will try this.
> > > I'm not a node dev so I cobbled together a rewrite to get it to take the m3u8 address and feed it to ffmpeg and haven't had...
> I think you just have to install ShellJS with `npm install -g shelljs` Thank you, i solved this by installing the shelljs to the tiktok-live folder, removing -g. But...
> Right. Sorry, I changed the format for running the command. Now you just need to run `node index.js ` Where username is JUST the tiktok user's username. none of...
Hi, just a few observations after a few weeks of use - i recommend keeping the .flv format over .mp4, because with shorter/interrupted broadcasts, mp4 gets very easily corrupted and...
Very simple script. `node index.js ` `Start-sleep -seconds 60` `& ".\.ps1"` This will check every 60s if the stream is available. As I said, doesn't work with Ffmpeg but works...
Change the last line to ```js shell.exec(`streamlink` -o "p:/Downloads/ttlrew/tiktok-live/Rec/${roomId}_` + Date.now() + `.flv" "${liveUrl}" best`); ``` Change the path of course. You'll need to have Streamlink installed.