1
누구나 내가이 새로운 질문을 알고 있습니까? Json을 자산 폴더에서 원격 (외부) https json으로로드하는 기본 exoplayer를 변경하는 방법은 무엇입니까? 예 mydomainname/test.json?Google Exoplayer assets/media.exolist.json에서 재생을 변경하는 방법
여기에 새로운 exoplayer enter link description here
String[] uris;
if (dataUri != null) {
uris = new String[] {dataUri};
} else {
uris = new String[] {
"asset:///media.exolist.json",
};
}
SampleListLoader loaderTask = new SampleListLoader();
loaderTask.execute(uris);
}