Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
373 stars 102 forks source link

Plugin for Streamlinks #2

Closed MexTrx closed 1 year ago

MexTrx commented 1 year ago

This script broke on me (likely b/c my country requires login).

However, I was able to take the M3U8 link, plug it into streamlinks (without a login) and worked like a charm.

Would it be possible to get a plugin for streamlink's? That

  1. Determines the M3U8 Link
  2. Plays it in streamlinks
  3. Be able to record lives?
Michele0303 commented 1 year ago

The only problem is getting the room_id. If you have that, you don't need proxy/vpn.

How do you get it?

1) Go to https://www.tiktok.com/@username/live 2) Open Inspect Element => Ctrl + Shift + I for Windows or Linux and Cmd + Option + I for macOS users. Or, right-click on the web page and choose Inspect to access the Developer tools panel 3) Search "room_id" with ctrl f shotcut image

I will soon implement recording by room_id