Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Attempt to fix mobile camera stream ending prematurely
Browse files Browse the repository at this point in the history
  • Loading branch information
Loukious committed May 8, 2024
1 parent 5af5f0a commit d06eccc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TiktokStreamKeyGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def createStream(
# Channel for Tiktok Mobile App
"channel": "googleplay",
"device_platform": "android",
"iid": "0000000000000000000"
"iid": "0000000000000000000",
"device_id": "0000000000000000000"
}
data = {
"title": title, # Title of stream
Expand All @@ -70,6 +71,7 @@ def createStream(
"channel": "googleplay",
"device_platform": "android",
"iid": "0000000000000000000",
"device_id": "0000000000000000000",
"screen_shot": "1"
}
data = {
Expand Down

0 comments on commit d06eccc

Please sign in to comment.