ssovit / TikTok-API-PHP

Unofficial TikTok API for PHP. Join our Discord server
https://discord.gg/rSQd2QAXA8
MIT License
145 stars 42 forks source link

The PHP script works perfect but the playAddr returned doesn't work. #29

Closed longk4 closed 3 years ago

longk4 commented 3 years ago

Describe the bug The PHP script works perfect but the playAddr returned doesn't work.

If fields below is empty then issue will be Ignored and Closed

To Reproduce Steps to reproduce the behavior:

Screenshots Screen Shot 2021-03-19 at 23 08 54 Screen Shot 2021-03-19 at 23 07 54

ssovit commented 3 years ago

You can't play the video directly in your browser. You need proper cookies and headers. See example/stream-video.php which uses Stream.php class.

ssovit commented 3 years ago

Close this issue if you follow the example.