Add alot of feats
This commit is contained in:
@@ -15,6 +15,10 @@ export class VideoProcessingService {
|
||||
return this.http.post<{ jobId: string }>(`${this.apiUrl}/start-process`, data);
|
||||
}
|
||||
|
||||
load(data: any): Observable<any> {
|
||||
return this.http.post<any>(`${this.apiUrl}/processMPD`, data);
|
||||
}
|
||||
|
||||
getJobsStatus(): Observable<Array<any>> {
|
||||
return this.http.get<Array<any>>(`${this.apiUrl}/jobs-status`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user