| /xiu/protocol/rtmp/src/netstream/ |
| H A D | writer.rs | 44 transaction_id: &f64, in write_play() argument 46 start: &f64, in write_play() argument 47 duration: &f64, in write_play() argument 62 transaction_id: &f64, in write_delete_stream() argument 63 stream_id: &f64, in write_delete_stream() argument 76 transaction_id: &f64, in write_close_stream() argument 77 stream_id: &f64, in write_close_stream() argument 90 transaction_id: &f64, in write_release_stream() argument 104 transaction_id: &f64, in write_fcpublish() argument 171 ms: &f64, in write_pause() argument [all …]
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | define.rs | 13 pub const CAPABILITIES: f64 = 31.0; 16 pub const OBJENCODING_AMF0: f64 = 0.0; 17 pub const OBJENCODING_AMF3: f64 = 3.0; 19 pub const STREAM_ID: f64 = 1.0;
|
| H A D | client_session.rs | 155 self.send_connect(&(define::TRANSACTION_ID_CONNECT as f64)) in run() 161 self.send_create_stream(&(define::TRANSACTION_ID_CREATE_STREAM as f64)) in run() 339 pub async fn send_connect(&mut self, transaction_id: &f64) -> Result<(), SessionError> { in send_connect() 386 transaction_id: &f64, in send_delete_stream() argument 387 stream_id: &f64, in send_delete_stream() argument 399 transaction_id: &f64, in send_publish() argument 413 transaction_id: &f64, in send_play() argument 415 start: &f64, in send_play() argument 416 duration: &f64, in send_play() argument 471 .write_release_stream(&(define::TRANSACTION_ID_CONNECT as f64), &self.stream_name) in on_result_connect() [all …]
|
| H A D | server_session.rs | 424 transaction_id: &f64, in on_connect() argument 477 pub async fn on_create_stream(&mut self, transaction_id: &f64) -> Result<(), SessionError> { in on_create_stream() 493 transaction_id: &f64, in on_delete_stream() argument 494 stream_id: &f64, in on_delete_stream() argument 536 transaction_id: &f64, in on_play() argument 544 let mut start: Option<f64> = None; in on_play() 545 let mut duration: Option<f64> = None; in on_play() 665 transaction_id: &f64, in on_publish() argument
|
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | writer.rs | 24 pub object_encoding: Option<f64>, 95 transaction_id: &f64, in write_connect_with_value() argument 107 transaction_id: &f64, in write_connect() argument 187 transaction_id: &f64, in write_connect_response() argument 189 capabilities: &f64, in write_connect_response() argument 193 encoding: &f64, in write_connect_response() argument 237 transaction_id: &f64, in write_create_stream() argument 249 transaction_id: &f64, in write_create_stream_response() argument 250 stream_id: &f64, in write_create_stream_response() argument 262 transaction_id: &f64, in write_get_stream_length() argument [all …]
|
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | define.rs | 5 Number(f64),
|
| H A D | amf0_writer.rs | 39 pub fn write_number(&mut self, value: &f64) -> Result<(), Amf0WriteError> { in write_number()
|
| /xiu/protocol/rtsp/src/rtp/rtcp/ |
| H A D | rtcp_context.rs | 43 jitter: f64, /* estimated jitter */ 186 let dlsr = (delay as f64 / 1000000. * 65535.) as u32; in gen_report_block() 244 self.source.jitter += (d as f64 - self.source.jitter) / 16.; in received_rtp()
|
| /xiu/protocol/hls/src/ |
| H A D | m3u8.rs | 171 segment.duration as f64 / 1000.0, in refresh_playlist() 196 segment.duration as f64 / 1000.0, in update_vod_m3u8()
|
| /xiu/library/bytesio/src/ |
| H A D | bytes_writer.rs | 87 pub fn write_f64<T: ByteOrder>(&mut self, bytes: f64) -> Result<(), BytesWriteError> { in write_f64() 183 pub fn write_f64<T: ByteOrder>(&mut self, bytes: f64) -> Result<(), BytesWriteError> { in write_f64()
|
| H A D | bytes_reader.rs | 112 pub fn read_f64<T: ByteOrder>(&mut self) -> Result<f64, BytesReadError> { in read_f64() argument 237 pub async fn read_f64<T: ByteOrder>(&mut self) -> Result<f64, BytesReadError> { in read_f64() argument
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | rtsp2rtmp.rs | 348 properties.insert(String::from("width"), Amf0ValueType::Number(width as f64)); in gen_rtmp_meta_data() 349 properties.insert(String::from("height"), Amf0ValueType::Number(height as f64)); in gen_rtmp_meta_data()
|