❗ Error issue NexPlayer HTML5 Unsupported protocol Loading HTML using the file protocol can't be supported. Please use a server (HTTP/HTTPS protocol). 위와 같은 HTML5 파일을 Local에서 크롬 브라우져 또는 엣지 실행했더니, 아래와 같은 에러가 발생 💡 해결방안 VS Code를 사용해서, 로컬이 아닌 서버에 .html을 올려서 실행한다. VS Code Terminal 실행( 단축키 : Ctrl + ` ) npm install http-server -g http-server 실행 npx http-server 해당 폴더를 서버에 올리기 http://127.0.0.1:8080 위 주소로..