Main Page

Category카테고리 :

NoticeBorad게시판 / linux리눅스 / php / nodejs /website웹사이트

/ ReactNative / Kotlin / Swift / Cubase / QT / ServerApps

react-native-freelifemakers-ui

  • [Mediaserver]mini_Mediaserver_1-코드설명/code description-handshake-(1-1)

    👉🏻 아래는 RTMP 핸드 셰이크에 대한 설명입니다.Below is an explanation of the RTMP handshake. 👉🏻RTMP 전체 흐름 / RTMP full flow , RTMP핸드 셰이크 / RTMP Handshake 👉🏻1.TCP 연결 / TCP connection 👉🏻2.RTMP 핸드 셰이크 / RTMP Handshake ✔️ RTMP는 Adobe가 만든 프로토콜로 C0C1 → S0S1S2 → C2 순서를 무조건 지켜야합니다. ✔️ 서버와 클라이언트 간의…


  • [Basic]make_unique+파일에 로그기록/log to file

    👉🏻 아래 코드는 mini_mediasever_1의 일부로직을 사용합니다.The code below uses some of the logic from mini_mediasever_1. 👉🏻make_unique를 사용해서 파일에 로그를 기록하는 코드입니다.This is code that logs to a file using make_unique. ✔️make_unique 는new + unique_ptr 생성자를 합친 것.make_unique is a combination of the new + unique_ptr constructors. ✔️ unique_ptr : 한 곳만 할당가능한 포인터,소유권 이동만가능A pointer…


  • [Basic]Boost.Asio/Asio Tcp echo Server

    👉🏻 c++의 Asio(또는 Bootst.asio) 라이브러리를 이해하기 위한 코드입니다.This is code to understand the C++ Asio (or Bootst.asio) library. 👉🏻 아래의 코드는 이전에 업로드한 mini_mediaserver_1 의 일부로직을 사용합니다.The code below uses some of the logic from the previously uploaded mini_mediaserver_1. 👉🏻 테스트 환경은 MacOS입니다.The test environment is MacOS. 👉🏻 mini_mediaserver_1은 standalone방식의 asio를 사용합니다.mini_mediaserver_1 uses standalone asio.…