Encoding added Requested Encoding to the request, made request async, some refactoring
This commit is contained in:
@@ -7,14 +7,38 @@ Accept: application/json
|
||||
POST {{Encoder_HostAddress}}/encode
|
||||
Content-Type: multipart/form-data; boundary=WebAppBoundary
|
||||
|
||||
--WebAppBoundary
|
||||
Content-Disposition: form-data; name="encoder"
|
||||
Content-Type: text/plain
|
||||
|
||||
HEVC
|
||||
--WebAppBoundary
|
||||
Content-Disposition: form-data; name="video"; filename="testVid8k.mp4"
|
||||
Content-Type: video/mp4
|
||||
|
||||
< ../EncodingSampleTest/testVid8k.mp4
|
||||
--WebAppBoundary--
|
||||
|
||||
###
|
||||
|
||||
# @timeout 5m (big ass file)
|
||||
POST {{Encoder_HostAddress}}/encode
|
||||
Content-Type: multipart/form-data; boundary=WebAppBoundary
|
||||
|
||||
--WebAppBoundary
|
||||
Content-Disposition: form-data; name="encoder"
|
||||
Content-Type: text/plain
|
||||
|
||||
AV1
|
||||
--WebAppBoundary
|
||||
Content-Disposition: form-data; name="video"; filename="testBigVid.mp4"
|
||||
Content-Type: video/mp4
|
||||
|
||||
< ../EncodingSampleTest/DBER-180.mp4
|
||||
--WebAppBoundary--
|
||||
|
||||
###
|
||||
|
||||
POST {{Encoder_HostAddress}}/encode
|
||||
Content-Type: multipart/form-data; boundary=WebAppBoundary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user