Home
last modified time | relevance | path

Searched refs:push (Results 1 – 24 of 24) sorted by relevance

/xiu/application/xiu/src/config/
H A Dconfig.toml14 # push streams to other server node.
15 [[rtmp.push]]
19 [[rtmp.push]]
H A Dmod.rs36 push: None, in new()
97 pub push: Option<Vec<RtmpPushConfig>>, field
/xiu/.github/workflows/
H A Drust.yml4 push:
/xiu/protocol/rtmp/
H A DREADME.md9 …You can use this library to push or pull RTMP streams , refer to the pprtmp example from xiu/appli…
62 // push the rtmp stream from local to 192.168.0.2:1935
72 log::error!("push client error {}\n", err);
124 - Support rtmp relay pull and static push
/xiu/application/xiu/
H A DREADME.md140 # push streams to other server node.
141 [[rtmp.push]]
145 [[rtmp.push]]
214 - Use OBS to push a live rtmp stream
215 - Or use FFmpeg to push a rtmp stream:
255 ##### Relay - Static push
264 [[rtmp.push]]
281 Use the above methods to push rtmp live stream to service 1, then the stream can be pushed to servi…
314 Use the above methods to push live stream to service 1, when you play the stream from serivce 2, it…
338 - Add a pull rtmp and push rtmp example: pprtmp.
/xiu/
H A DREADME.md145 # push streams to other server node.
146 [[rtmp.push]]
150 [[rtmp.push]]
219 - Use OBS to push a live rtmp stream
220 - Or use FFmpeg to push a rtmp stream:
260 ##### Relay - Static push
269 [[rtmp.push]]
286 Use the above methods to push rtmp live stream to service 1, then the stream can be pushed to servi…
319 Use the above methods to push live stream to service 1, when you play the stream from serivce 2, it…
H A DREADME_CN.md143 # push streams to other server node.
144 [[rtmp.push]]
148 [[rtmp.push]]
256 [[rtmp.push]]
/xiu/protocol/rtmp/src/cache/
H A Dgop.rs19 self.datas.push(data); in save_frame_data()
/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_bye.rs43 rtcp_bye.ssrss.push(ssrc); in unmarshal()
H A Drtcp_sr.rs75 sender_report.report_blocks.push(report_block); in unmarshal()
H A Drtcp_rr.rs76 receiver_report.report_blocks.push(report_block); in unmarshal()
/xiu/protocol/webrtc/src/clients/
H A Dwhep.js54 this.candidates.push(event.candidate);
133 links[rel].push({ url, params });
322 media.candidates.push(candidate);
/xiu/protocol/rtsp/src/rtp/
H A Drtp_header.rs46 rtp_header.csrcs.push(reader.read_u32::<BigEndian>()?); in unmarshal()
H A Drtp_aac.rs135 au_lengths.push(au_length / 8); in unpack()
/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs123 sdp_media.fmts.push(fmt); in unmarshal()
237 sdp.medias.push(sdp_media); in unmarshal()
/xiu/application/xiu/src/
H A Dapi.rs54 data.push(stream_statistics); in get_stream_status()
H A Dservice.rs95 if let Some(push_cfg_values) = &rtmp_cfg_value.push { in start_rtmp()
/xiu/library/container/flv/src/
H A Dmpeg4_avc.rs196 self.mpeg4_avc.sps.push(sps_data); in decoder_configuration_record_load()
216 self.mpeg4_avc.pps.push(pps_data); in decoder_configuration_record_load()
/xiu/library/container/mpegts/src/
H A Dts.rs396 pmt.streams.push(cur_stream); in pmt_add_stream()
431 self.pat.pmt.push(cur_pmt); in add_program()
/xiu/library/codec/h264/src/
H A Dsps.rs107 .push(self.bits_reader.read_bit()?); in parse()
/xiu/library/bytesio/src/
H A Dbytes_writer.rs242 v.push(0x01); in test_write_vec()
/xiu/protocol/rtmp/src/amf0/
H A Damf0_reader.rs27 results.push(result); in read_all()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs281 nalu_vec.push(nalu); in on_rtsp_video()
/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs149 chunks.push(chunk_info); in read_chunks()