Exoplayer2 Exoplayer redirect 시 오류 최근에 http서버 호출 시 https로 리다이렉트 하는 작업을 진행했는데 ExoPlayer에서 재생이 되지 않았다.. 서버에서 http 링크를 주고 Exoplayer에서 리다이렉트 된 url을 재생해야 하는데.. 그냥 가만히 있는 오류.. 이럴 때는.. DefaultHttpDataSourceFactory를 생성할 때 allowCrossProtocolRedirects를 true처리 해주면 된다. new DefaultHttpDataSourceFactory(AGENT); // 기존 코드, Redirect 동작 안함 new DefaultHttpDataSourceFactory(AGENT, LISTENER, CONNECT_TIMEOUT, READ_TIMEOUT, true); // Redirect 동작 androi.. 2022. 8. 30. Exoplayer에서 화면 터치 disable 하는 방법 Exoplayer에서 화면 터치 안먹게 하는 방법 mPlayerView.setUseController(false); // 반대로 true하면 동작한다 2022. 1. 14. 이전 1 다음