DASH_DRM일때 setPosition()이 동작하지 않습니다.

안녕하세요 플레이어 처음 재생시 DB에서 조회한 이전 시점을 세팅하고 있습니다. 그런데 DRM영상이 아닌경우, CMAF_DRM인 경우 세팅이 잘 되는데 DASH_DRM의 경우 동작하지 않습니다. 타입마다 추가로 체크해야할 부분이 있나요? 감사합니다.

react native 에서 업로드시 네트워크 오류가 떠요

폴더조회, 업로드 토큰 조회 후 조회된 폴더로 업로드를 시도하였으나 네트워크 오류라고 나오는데 어떤 오류인지 알 수 있을까요? 헤더 {"Accept": "application/json, text/plain, _/_", "Content-Type": "multipart/form-data"} body {"\_parts": \[["folder", 2030367], \["videofile", [Object]]]} 오류내용 {"code": "ERR_NETWORK", "columnNumber": undefined, "config": {"adapter": ["xhr", "http"], "data": {"\_parts": [Array]}, "env": {"Blob": [Function Blob], "FormData": [Function FormData]}, "headers": [Object], "maxBodyLength": -1, "maxContentLength": -1, "method": "post", "timeout": 0, "transformRequest": \[[Function transformRequest]], "transformResponse": \[[Function transformResponse]], "transitional": {"clarifyTimeoutError": false, "forcedJSONParsing": true, "silentJSONParsing": true}, "url": "<http://upload-05.wecandeo.com/v4/upload?token=HhZG1BmrAD78g71gpwr3RhgoQWOpd0n4">, "validateStatus": [Function validateStatus], "xsrfCookieName": "XSRF-TOKEN", "xsrfHeaderName": "X-XSRF-TOKEN"}, "description": undefined, "fileName": undefined, "lineNumber": undefined, "message": "Network Error", "name": "AxiosError", "number": undefined, "stack": "AxiosError: Network Error at handleError (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:232528:39>) at call (native) at dispatchEvent (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:42026:31>) at setReadyState (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:40063:33>) at **didCompleteResponse (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:39849:29>) at apply (native) at anonymous (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:39991:52>) at apply (native) at emit (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3063:40>) at apply (native) at **callFunction (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3684:36>) at anonymous (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3404:31>) at \_\_guard (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3621:15>) at callFunctionReturnFlushedQueue (<http://192.168.0.106:8081/node_modules%5Cexpo%5CAppEntry.bundle//&platform=android&dev=true&hot=false&lazy=true:3403:21)">, "status": null}

videopack 영상 파일 삭제 방법

영상 수정 될 경우나, 영상이 중복되어서 삭제 하는 경우도 필요한 것 같은데 정확한 방법을 모르겠습니다. 좀 더 쉬운 가이드를 알려주시면 감사할 것 같습니다.