Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nazir-kabani/9b811d1955c0e7803de7550090269092 to your computer and use it in GitHub Desktop.
Save nazir-kabani/9b811d1955c0e7803de7550090269092 to your computer and use it in GitHub Desktop.
This is transcoding complete status Pub/Sub schema for Pub/Sub 3 from Automate your VOD transcoding at scale with GCP: Part 2
{
"name": "MyClass",
"type": "record",
"namespace": "com.acme.avro",
"fields": [
{
"name": "jobId",
"type": "string"
},
{
"name": "location",
"type": "string"
},
{
"name": "createTime",
"type": "string"
},
{
"name": "startTime",
"type": "string"
},
{
"name": "endTime",
"type": "string"
},
{
"name": "duration",
"type": "string"
},
{
"name": "jobEndState",
"type": "string"
},
{
"name": "hlsUri",
"type": "string"
},
{
"name": "dashUri",
"type": "string"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment