Stop transcoder
cURL Command :
curl -H "wsc-api-key: UsCC0S5XQ6KSIVXrFFPQKZTJ9rIh2HVjsCGrZrE4WnhPPFWGtnOzIdrrvauq3400" \
-H "wsc-access-key: sFS7OyJfBggkPd0jYaXnXgcC87E1e7Y9u1eTmTqKNiBR64jX4P48rpfju1Wy325f" \
-H "wsc-timestamp: 1765362387" \
-H "wsc-signature: 1765362387:api/v1.3/transcoders:UsCC0S5XQ6KSIVXrFFPQKZTJ9rIh2HVjsCGrZrE4WnhPPFWGtnOzIdrrvauq3400" \
-H "Content-Type: application/json" \
-X "PUT" "https://api.cloud.wowza.com/api/v1.3/transcoders/4dbwgzvk/stop"
INFO:
- Timestanp : A Unix epoch value representing the current time and the same timestamp value that's used to generate the signature
- Encrypt wsc-signature in HMAC with SHA256
array(5) {
[0]=>
string(77) "Wsc-Api-Key: UsCC0S5XQ6KSIVXrFFPQKZTJ9rIh2HVjsCGrZrE4WnhPPFWGtnOzIdrrvauq3400"
[1]=>
string(80) "Wsc-Access-Key: sFS7OyJfBggkPd0jYaXnXgcC87E1e7Y9u1eTmTqKNiBR64jX4P48rpfju1Wy325f"
[2]=>
string(25) "Wsc-Timestamp: 1765362387"
[3]=>
string(79) "Wsc-Signature: d920223fa460426c1113e8850548e1bd9a7c1cce760177f2c90923be5a801bab"
[4]=>
string(30) "Content-Type: application/json"
}