Main Page

Category카테고리 :

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

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

react-native-freelifemakers-ui

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

    type 이름/Name 의미/Description 1 Set Chunk Size chunk_size_in_ 변경. 기본 128 → 더 큰 값으로 / Change chunk_size_in_. Default 128 → to a larger value 3 Acknowledgement 클라이언트가 전송한 데이터양을 알림 / Notify the amount of data sent by the client 4 User Control Ping/Pong, 스트림 제어 / stream control 5 Window Ack Size Ack…


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

    👉🏻 msg_len만큼 다 받아서 완성된 RTMP 메시지 하나를 msg_type별로 분기 처리하는 함수 입니다.This is a function that receives msg_len and processes a completed RTMP message by branching according to msg_type. 👉🏻 전체 데이터 흐름 요약 (방송/스트리밍 관점)Summary of Overall Data Flow (Broadcast/Streaming Perspective) 단계/Stage 주체/Subject 일어나는 일 (개념) / Things that happen (concept) 기술적 표현…


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

    👉🏻 여기는 void RtmpSession::read_message_header(uint8_t fmt, uint32_t cs_id) { } 이 함수에 대한 설명입니다.Here is the description for the function void RtmpSession::read_message_header(uint8_t fmt, uint32_t cs_id) { }. 👉🏻 OBS가 보낸 chunk에서 fmt 0∼3에 따라 가변 헤더를 읽고, 현재 메시지의 timestamp, length, type, stream_id를 갱신합니다.Read variable headers according to fmt 0~3 from the chunk sent by OBS,…