본문 바로가기

Etc

(3)
RTSP 웹 스트리밍 개발 - 1 - 1. VMS(Video Management System)으로 부터 CCTV들의 RTSP를 받아 웹 브라우저에서 출력해야하는 임무를 받게 되었다.(왜 협력해주는 vms에서 rtsp만 지원해주는지는 몰?루) 2. 여러 시도와 폭풍 구글링 끝에 웹브라우저에서는 RTSP URL을 직접적으로 출력할 수 없음을 알게됨...(참고 : https://dvnest.com/user_20210809/) 3. 구글링 해보니 그래도 여러가지 방법이 있었음. (ffmpeg... websocket... webrtc... 등등) 4. 하지만 본인은 한낱 1년도 안된 신입에 c++과 unity(c#) 개발자인데.. 온통 자료들이 javascript 와 golang임.... 뭔가 매우 귀차는 일을 맡게된것 같음... 5. 그래도 일단 ..
[NodeJS] NodeJS로 MariaDB와 연결한 서버 만들기 - 1 https://gps-homepage.tistory.com/9 [MariaDB] MariaDB 외부 연결 허용시키기 https://webdock.io/en/docs/how-guides/database-guides/how-enable-remote-access-your-mariadbmysql-database How to enable Remote access to your MariaDB/MySQL database on Ubuntu Bionic or MariaDB < v10.. gps-homepage.tistory.com 일단 이 글은 위의 "MariaDB 외부 연결 허용" 작업의 연장선이다. 클라우드 Ubuntu서버에 MariaDB를 생성하고 외부에 연결할 수 있게 했으니, 이제 Unity에서 DB를 접근하여..
[MariaDB] MariaDB 외부 연결 허용시키기 https://webdock.io/en/docs/how-guides/database-guides/how-enable-remote-access-your-mariadbmysql-database How to enable Remote access to your MariaDB/MySQL database on Ubuntu Bionic or MariaDB < v10.6 In this article we show how you can easily enable remote access to a new database in Webdock or alternatively how to perform the process manually if you need fine-grained access control webdock.io ..