Stream-Timestamper — is a third-party script for OBS Studio that allows you to record timestamps to a file during a live stream. The script was developed for personal use, as one of my methods for learning English is through video games. This tool is extremely helpful for that: I mark timestamps, rewatch the stream, and use those marks to review moments I didn’t understand — such as words or sentence structures.
Other streamers might use it, for example, to review highlights in CS: like when you got killed even though you were already behind a wall, or to rewatch how you pulled off an ace.
Other streamers might use it, for example, to review highlights in CS: like when you got killed even though you were already behind a wall, or to rewatch how you pulled off an ace.
Twitch
To retrieve the stream title from Twitch, you need to have 2FA enabled!- Go to the Twitch Developer site and log in with the account that will be used for the stream.
- Click Register Your Application.
- Fill in the information as shown in the image below. Click Create.
- New parameter has appeared at the bottom — Client ID, you will need to paste it in the script settings later.
- Copy the following link:
Replace YOUR_CLIENT_ID with your actual Client ID from the previous step. - After you open the link, you will be redirected to another URL.
From this new URL, copy the characters as shown in the image below — this is your OAuth token, which you will also need to paste into the script settings.
YouTube
- Go to Google Cloud Console.
- Click APIs & Services.
- Select Library, type youtube v3 in the search bar, then click Enable.
- Go to the Credentials tab on the left.
- Click Create Credentials. Select API key.
- A window with your API key will appear. You will need to paste it into the script settings.
- Go to YouTube Account Settings, authorize with your streaming account.
- Copy Channel ID, you will need to paste it into the script settings.