Skip to content

Commit

Permalink
changed Basic to Standard in the collection
Browse files Browse the repository at this point in the history
  • Loading branch information
John Deutscher committed Mar 23, 2018
1 parent e470aa2 commit 21349a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/media-services/postman-live-streaming-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ This article contains a definition of the **Postman** collection that contains g
"",
"var jsonData = pm.response.json();",
"tests[\"Has State\"] = jsonData.State !== null;",
"tests[\"Has Encoding\"] = jsonData.EncodingType == \"Basic\";",
"tests[\"Has Encoding\"] = jsonData.EncodingType == \"Standard\";",
"",
""
]
Expand Down Expand Up @@ -182,7 +182,7 @@ This article contains a definition of the **Postman** collection that contains g
],
"body": {
"mode": "raw",
"raw": "{\r\n \"Name\": \"MyPostmanChannel\",\r\n \"Description\": \"My Live Encoding channel from Postman\",\r\n \"EncodingType\": \"Basic\",\r\n \"Encoding\": null,\r\n \"Slate\": null,\r\n \"Input\": {\r\n \"KeyFrameInterval\": null,\r\n \"StreamingProtocol\": \"RTMP\",\r\n \"AccessControl\": {\r\n \"IP\": {\r\n \"Allow\": [\r\n {\r\n \"Name\": \"Allow All\",\r\n \"Address\": \"0.0.0.0\",\r\n \"SubnetPrefixLength\": 0\r\n }\r\n ]\r\n }\r\n },\r\n \"Endpoints\": []\r\n },\r\n \"Preview\": {\r\n \"AccessControl\": {\r\n \"IP\": {\r\n \"Allow\": [\r\n {\r\n \"Name\": \"Allow All\",\r\n \"Address\": \"0.0.0.0\",\r\n \"SubnetPrefixLength\": 0\r\n }\r\n ]\r\n }\r\n },\r\n \"Endpoints\": []\r\n },\r\n \"Output\": {\r\n \"Hls\": {\r\n \"FragmentsPerSegment\": \"1\"\r\n }\r\n },\r\n \"CrossSiteAccessPolicies\": {\r\n \"ClientAccessPolicy\": null,\r\n \"CrossDomainPolicy\": null\r\n }\r\n}\r\n"
"raw": "{\r\n \"Name\": \"MyPostmanChannel\",\r\n \"Description\": \"My Live Encoding channel from Postman\",\r\n \"EncodingType\": \"Standard\",\r\n \"Encoding\": null,\r\n \"Slate\": null,\r\n \"Input\": {\r\n \"KeyFrameInterval\": null,\r\n \"StreamingProtocol\": \"RTMP\",\r\n \"AccessControl\": {\r\n \"IP\": {\r\n \"Allow\": [\r\n {\r\n \"Name\": \"Allow All\",\r\n \"Address\": \"0.0.0.0\",\r\n \"SubnetPrefixLength\": 0\r\n }\r\n ]\r\n }\r\n },\r\n \"Endpoints\": []\r\n },\r\n \"Preview\": {\r\n \"AccessControl\": {\r\n \"IP\": {\r\n \"Allow\": [\r\n {\r\n \"Name\": \"Allow All\",\r\n \"Address\": \"0.0.0.0\",\r\n \"SubnetPrefixLength\": 0\r\n }\r\n ]\r\n }\r\n },\r\n \"Endpoints\": []\r\n },\r\n \"Output\": {\r\n \"Hls\": {\r\n \"FragmentsPerSegment\": \"1\"\r\n }\r\n },\r\n \"CrossSiteAccessPolicies\": {\r\n \"ClientAccessPolicy\": null,\r\n \"CrossDomainPolicy\": null\r\n }\r\n}\r\n"
},
"url": {
"raw": "{{ApiEndpoint}}/Channels",
Expand Down

0 comments on commit 21349a5

Please sign in to comment.