Skip to content

Commit

Permalink
Merge pull request #29 from irajs/master
Browse files Browse the repository at this point in the history
2nd Edition
  • Loading branch information
irajs authored Sep 7, 2021
2 parents 6971da8 + e1c005b commit 7729172
Show file tree
Hide file tree
Showing 13 changed files with 474 additions and 530 deletions.
46 changes: 42 additions & 4 deletions function-RTP-360sticher.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"camera-shutter-type": {
"type": "string",
"desciption": "The camera shutter type. Onel of 'rolling' and 'global'. Default is 'rolling'"
"desciption": "The camera shutter type. One of 'rolling', and 'global'. Default is 'rolling'"
},
"camera-sync-skew": {
"type": "number"
Expand Down Expand Up @@ -108,6 +108,22 @@
"schema": {
"type": "number"
}
},
{
"name": "feature-parameter",
"id": 11,
"datatype": "object",
"schema": {
"$ref": "#/definitions/feature-parameter"
}
},
{
"name": "projection-parameters",
"id": 12,
"datatype": "array",
"schema": {
"$ref": "#/definitions/projection-parameter"
}
}
],
"definitions": {
Expand All @@ -131,7 +147,7 @@
"items": {
"type": "number",
"minItems": 2,
"maxItems": 2
"maxItems":2
}
},
"distortion": {
Expand All @@ -142,6 +158,28 @@
}
}
}
}
}
},
"feature-parameter": {
"type": "object",
"properties": {
"feature-extraction-method": {
"type": "string",
"format": "uri",
"patternProperties": {
"^urn:": {"type": "string"}
},
"additionalProperties": false
}
}
},
"projection-parameter": {
"type": "string",
"properties": {
"projection-type": {
"type": "string",
"description": "Projection type. One of Equirectangular, Cubemap, or other projection type. Default is Equirectangular."
}
}
}
}
}
2 changes: 1 addition & 1 deletion function-RTP-cropping.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
"datatype": "string"
}
]
}
}
12 changes: 6 additions & 6 deletions function-RTP-fifo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "nonzero",
"id": 11,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -20,7 +20,7 @@
{
"name": "nonzero",
"id": 21,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -32,7 +32,7 @@
{
"name": "nonzero",
"id": 31,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -44,7 +44,7 @@
{
"name": "nonzero",
"id": 41,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -56,7 +56,7 @@
{
"name": "nonzero",
"id": 51,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -81,4 +81,4 @@
]
}
]
}
}
17 changes: 11 additions & 6 deletions function-RTP-merger.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "nonzero",
"id": 11,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -21,7 +21,7 @@
{
"name": "nonzero",
"id": 21,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand Down Expand Up @@ -79,26 +79,31 @@
]
},
{
"name": "non-segment-op",
"name": "repeat-header",
"id": 8,
"datatype": "boolean"
},
{
"name": "buffer-fullness-inc-event",
"name": "non-segment-op",
"id": 9,
"datatype": "boolean"
},
{
"name": "buffer-fullness-inc-event",
"id": 10,
"datatype": "integer",
"values": [
{
"name": "nonzero",
"id": 91,
"id": 101,
"restrictions": {
"min-value": 1,
"max-value": 100
}
}
]
}
]
]
},
"events": [
{
Expand Down
2 changes: 1 addition & 1 deletion function-RTP-omaf-packager.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@
}
}
}
}
}
8 changes: 8 additions & 0 deletions function-RTP-pcdecoder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parameters": [
{
"name": "urn-vpcc",
"datatype": "string"
}
]
}
16 changes: 16 additions & 0 deletions function-RTP-pcencoder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": [
{
"name": "urn-vpcc",
"datatype": "string"
},
{
"name": "urn-enc-param",
"datatype": "string"
},
{
"name": " enc-param-cfg-url",
"datatype": "string"
}
]
}
59 changes: 58 additions & 1 deletion function-RTP-selectorcompositor.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,63 @@
"name": "composition-metadata",
"datatype": "boolean",
"default": "false"
}
},
{
"name": "input-port-group",
"datatype": "array",
"schema": {
"type": "object",
"properties": {
"input-group-name": {
"type": "string",
"description": "The name of media source for the input port group"
},
"input-ports-by-name": {
"type": "array",
"items": {
"type": "string"
}
},
"input-type": {
"type": "array",
"items": {
"type": "string"
}
},
"encoding-delay-offset": {
"type": "array",
"items": {
"type": "integer"
}
}
}
}
},
{
"name": "input-formats",
"datatype": "array",
"schema": {
"type": "object",
"properties": {
"input-port-name": {
"type": "string",
"desciption": "The name of the input-port following parameters apply"
},
"number-of-inter-frames": {
"type": "array",
"items": {
"type": "integer"
}
},
"encoding-delay-offset": {
"type": "array",
"items": {
"type": "integer"
}
}
}
}
}
]
}

25 changes: 15 additions & 10 deletions function-RTP-splitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "nonzero",
"id": 11,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -21,7 +21,7 @@
{
"name": "nonzero",
"id": 21,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -38,7 +38,7 @@
{
"name": "nonzero",
"id": 41,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -50,7 +50,7 @@
{
"name": "nonzero",
"id": 51,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -62,7 +62,7 @@
{
"name": "nonzero",
"id": 61,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
Expand All @@ -74,31 +74,36 @@
{
"name": "nonzero",
"id": 71,
"restrictions": { "min-value": 1 }
"restrictions": {"min-value": 1}
}
]
},
{
"name": "non-segment-op",
"name": "repeat-header",
"id": 8,
"datatype": "boolean"
},
{
"name": "buffer-fullness-inc-event",
"name": "non-segment-op",
"id": 9,
"datatype": "boolean"
},
{
"name": "buffer-fullness-inc-event",
"id": 10,
"datatype": "integer",
"values": [
{
"name": "nonzero",
"id": 91,
"id": 101,
"restrictions": {
"min-value": 1,
"max-value": 100
}
}
]
}
]
]
},
"events": [
{
Expand Down
Loading

0 comments on commit 7729172

Please sign in to comment.