Stop transcoder
cURL Command :
curl -H "wsc-api-key: UsCC0S5XQ6KSIVXrFFPQKZTJ9rIh2HVjsCGrZrE4WnhPPFWGtnOzIdrrvauq3400" \
-H "wsc-access-key: sFS7OyJfBggkPd0jYaXnXgcC87E1e7Y9u1eTmTqKNiBR64jX4P48rpfju1Wy325f" \
-H "wsc-timestamp: 1775820398" \
-H "wsc-signature: 1775820398: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: 1775820398"
[3]=>
string(79) "Wsc-Signature: 3f39107a0c6b1f9a844753b9e6ea245fff8dbeb207789746a6f4b6d37cb0d78e"
[4]=>
string(30) "Content-Type: application/json"
}