mcai_worker_sdk 2.2.1

AMQP Worker to listen and provide trait to process message
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"job_id": 1234,
	"parameters": [
		{
			"id": "source_path",
			"type": "string",
			"value": "srt://127.0.0.1:8999",
			"default": "srt://127.0.0.1:8999"
		},
		{
			"id": "destination_path",
			"type": "string",
			"value": "./path_to_output_stream.txt"
		}
	]
}