stvhwrd / SmoothStreamsTV-playlist

📺 👌 [Python script] Generate an M3U8 playlist (for VLC, MPC, MPlayer, etc.) from your command line.
http://steviehoward.com/SmoothStreamsTV-playlist
MIT License
3 stars 0 forks source link

Use API to fully automate the token extraction process #1

Closed stvhwrd closed 7 years ago

stvhwrd commented 8 years ago

"I did the same using a PHP script, I have a URL to automatically generate the playlist, so I can just give this URL to VLC or my smart TV. One suggestion for you would be to use the the API to generate the token, then you can generate the full playlist automatically :

http://smoothstreams.tv/schedule/admin/dash_new/hash_api.php?username=XXX&password=XXX&site=XXX

You will get a JSON as a response that contains a valid token"

- /u/KevPf94

stvhwrd commented 8 years ago

Currently waiting for SmoothStreams admin to provide information on API access. Should hear back within a few days.