Home
last modified time | relevance | path

Searched refs:others (Results 1 – 4 of 4) sorted by relevance

/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs252 others, in process_messages()
259 others, in process_messages()
287 others: &mut Vec<Amf0ValueType>, in on_amf0_command_message()
316 if !others.is_empty() { in on_amf0_command_message()
317 let stream_id = match others.pop() { in on_amf0_command_message()
339 self.on_play(transaction_id, stream_id, others).await?; in on_amf0_command_message()
343 self.on_publish(transaction_id, stream_id, others).await?; in on_amf0_command_message()
H A Dclient_session.rs241 others, in process_messages()
244 self.on_amf0_command_message(command_name, transaction_id, command_object, others) in process_messages()
286 others: &mut Vec<Amf0ValueType>, in on_amf0_command_message()
323 match others.remove(0) { in on_amf0_command_message()
/xiu/protocol/rtmp/src/messages/
H A Dparser.rs51 let others = amf_reader.read_all()?; in parse() localVariable
57 others, in parse()
H A Ddefine.rs22 others: Vec<Amf0ValueType>,