MiniGlome / Tiktok-uploader

Python3 script to upload and schedule TikTok videos
195 stars 26 forks source link

Sound muted after uploading, but doesn't mute while uploading via web #2

Closed lijnam closed 1 year ago

MiniGlome commented 1 year ago

This might be a copyright issue. Do you use copyright free audio? Did your try with another video?

lijnam commented 1 year ago

Looks like TikTok checks IP of the request and if the request is from a sever, it mutes the sound

MiniGlome commented 1 year ago

I don't see how TikTok could know if the request comes from a server or not... So I don't think this is the reason of your problem.

lijnam commented 1 year ago

I tried to upload the same video, one from my local computer and the server. The one from the server was muted and the one from my computer was not muted. I believe they can distinguish between residential IP and dedicated IP.