| /xiu/application/xiu/src/config/ |
| H A D | config.toml | 14 # push streams to other server node. 15 [[rtmp.push]] 19 [[rtmp.push]]
|
| H A D | mod.rs | 36 push: None, in new() 97 pub push: Option<Vec<RtmpPushConfig>>, field
|
| /xiu/.github/workflows/ |
| H A D | rust.yml | 4 push:
|
| /xiu/protocol/rtmp/ |
| H A D | README.md | 9 …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 D | README.md | 140 # 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 D | README.md | 145 # 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 D | README_CN.md | 143 # push streams to other server node. 144 [[rtmp.push]] 148 [[rtmp.push]] 256 [[rtmp.push]]
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | gop.rs | 19 self.datas.push(data); in save_frame_data()
|
| /xiu/protocol/rtsp/src/rtp/rtcp/ |
| H A D | rtcp_bye.rs | 43 rtcp_bye.ssrss.push(ssrc); in unmarshal()
|
| H A D | rtcp_sr.rs | 75 sender_report.report_blocks.push(report_block); in unmarshal()
|
| H A D | rtcp_rr.rs | 76 receiver_report.report_blocks.push(report_block); in unmarshal()
|
| /xiu/protocol/webrtc/src/clients/ |
| H A D | whep.js | 54 this.candidates.push(event.candidate); 133 links[rel].push({ url, params }); 322 media.candidates.push(candidate);
|
| /xiu/protocol/rtsp/src/rtp/ |
| H A D | rtp_header.rs | 46 rtp_header.csrcs.push(reader.read_u32::<BigEndian>()?); in unmarshal()
|
| H A D | rtp_aac.rs | 135 au_lengths.push(au_length / 8); in unpack()
|
| /xiu/protocol/rtsp/src/sdp/ |
| H A D | mod.rs | 123 sdp_media.fmts.push(fmt); in unmarshal() 237 sdp.medias.push(sdp_media); in unmarshal()
|
| /xiu/application/xiu/src/ |
| H A D | api.rs | 54 data.push(stream_statistics); in get_stream_status()
|
| H A D | service.rs | 95 if let Some(push_cfg_values) = &rtmp_cfg_value.push { in start_rtmp()
|
| /xiu/library/container/flv/src/ |
| H A D | mpeg4_avc.rs | 196 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 D | ts.rs | 396 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 D | sps.rs | 107 .push(self.bits_reader.read_bit()?); in parse()
|
| /xiu/library/bytesio/src/ |
| H A D | bytes_writer.rs | 242 v.push(0x01); in test_write_vec()
|
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | amf0_reader.rs | 27 results.push(result); in read_all()
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | rtsp2rtmp.rs | 281 nalu_vec.push(nalu); in on_rtsp_video()
|
| /xiu/protocol/rtmp/src/chunk/ |
| H A D | unpacketizer.rs | 149 chunks.push(chunk_info); in read_chunks()
|