비디오 컨트롤러를 초기화 할 때, 아래와 같은 오류가 발생하였습니다.
PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.4D4032, 1573629, null, [1440, 1678, 50.0], [-1, -1]), format_supported=YES, null, null)
원인을 확인해보니 비디오 url에 있는 파일이 재생 불가능한 파일이라서 발생한 것이였고, 해결 방법은 해당 링크에 있는 파일을 올바르게 올리면 해결이 됩니다.