improve socket

This commit is contained in:
Peter Maquiran
2024-01-31 17:12:01 +01:00
parent 76b0046a22
commit 793c861cbf
9 changed files with 758 additions and 671 deletions
@@ -14,7 +14,7 @@ export class CMAPIAPIService {
getVideoHeader(url: string) {
// return this.http.head('http://localhost:3001/static/'+url, { observe: 'response' })
//return this.http.head('http://localhost:3001/static/'+url, { observe: 'response' })
return this.http.head(environment.apiURL+'ObjectServer/StreamFiles?path='+url, { observe: 'response' })
}
}