[Flutter] Video player had error com.google.android.exoplayer2.ExoPlaybackException 에러 해결하기

myming·2023년 11월 24일

비디오 컨트롤러를 초기화 할 때, 아래와 같은 오류가 발생하였습니다.

에러 내용

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에 있는 파일이 재생 불가능한 파일이라서 발생한 것이였고, 해결 방법은 해당 링크에 있는 파일을 올바르게 올리면 해결이 됩니다.

출처

https://stackoverflow.com/questions/68608353/platformexceptionvideoerror-video-player-had-error-com-google-android-exoplaye

profile
플러터로 개발하는걸 가장 선호합니다.

0개의 댓글