zerodytrash / TikTok-Live-Connector

Node.js library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
https://discord.gg/2c6kX6g3Pa
MIT License
1.27k stars 273 forks source link

How to record livestream mp4 #159

Open eliich opened 8 months ago

eliich commented 8 months ago

How can I record the livestream mp4? Is that possible in this project?

ceoofdysfunction commented 8 months ago

Yes. You can use the project to get the .FLV url then something like ffmpeg to save it in whatever format you would like.

eliich commented 8 months ago

Yes. You can use the project to get the .FLV url then something like ffmpeg to save it in whatever format you would like.

Can you explain?

ymerkos commented 2 days ago

on the base html page there is a json that has a link to the stream. its an FLV so u just need to continously request that url to get the flv then convert it afterwards