Home
last modified time | relevance | path

Searched refs:msg_streamd_id (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/rtmp/src/chunk/
H A Dmod.rs45 pub msg_streamd_id: u32, field
64 msg_streamd_id: msg_stream_id, in new()
H A Dpacketizer.rs56 } else if cur_msg_header.msg_streamd_id == pre_msg_header.msg_streamd_id { in zip_chunk_header()
144 .write_u32::<LittleEndian>(message_header.msg_streamd_id)?; in write_message_header()
H A Dunpacketizer.rs376 self.current_chunk_info.message_header.msg_streamd_id in print_current_message_header()
437 self.current_message_header().msg_streamd_id = in read_message_header()
/xiu/protocol/rtmp/src/messages/
H A Dparser.rs177 let _ = chunk_info.message_header.msg_streamd_id; in test_message_parse()
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs188 let msg_stream_id = chunk_info.message_header.msg_streamd_id; in read_parse_chunks()