String to sign
video_id is the video slug for VOD or the stream ID for live streams.
Without IP binding:
The MD5 digest is encoded using unpadded Base64 URL encoding (Base64URL), where
+ and / are represented as - and _, and trailing = padding is omitted.
Code examples
- Python
- Go