To Use Transcoding Services
Below are the API set developer can use our Videos Transcoding Services(To get transcoding videos in different different Desktop, Tablet and mobiles view flavours).
To Create Job to upload video for Transcoding (file)
Below are the API used to create job by uploading video to transcode in our Pando Network.
Create job upload video file from System
POST
https://testnet.rtservices.pandoproject.org/apis/createJob
Purpose Code : 1 -Transcoding with upload video file for rtLite
Request Body
Name | Type | Description |
---|---|---|
purposeCode* | 1 | This purpose code -1 set for transcoding services. |
longitude* | 77.36393 | Longitude for which country will transcode |
latitude* | 28.620764 | Longitude for which country will transcode |
securityKey | Public | |
domain | Public | |
video* | String | Video file (Any format) |
provide job id if Rtlite is availble to transcode
To Get URL Videos Flavours
On basis of response of above API we can use get the different different flavoured(Desktop, tablet and Mobile) URL to consume our videos.
To Get the job status by using Job id
GET
https://testnet.rtservices.pandoproject.org/apis/jobstatus?jobId=
it's provide all the ppossible flavor Transcoded video
Query Parameters
Name | Type | Description |
---|---|---|
jobId* | 7ec39e88-9ea9-4f4e-83ee-93230836ebab | Job id which recived from Create job api |
Last updated