Home
last modified time | relevance | path

Searched refs:AAC (Results 1 – 12 of 12) sorted by relevance

/xiu/protocol/rtsp/src/
H A Drtsp_codec.rs9 AAC, enumerator
18 m.insert(RtspCodecId::AAC, "mpeg4-generic");
26 m.insert("mpeg4-generic", RtspCodecId::AAC);
H A Drtsp_channel.rs123 RtspCodecId::AAC => { in create_unpacker()
149 RtspCodecId::AAC => { in create_packer()
/xiu/library/container/mpegts/
H A DREADME.md3 Support mux H264/AAC data to ts format.
/xiu/library/container/flv/src/
H A Dflv_tag_header.rs96 if tag_header.sound_format == define::SoundFormat::AAC as u8 { in unmarshal()
112 if self.sound_format == define::SoundFormat::AAC as u8 { in marshal()
H A Ddemuxer_tag.rs97 if self.tag.sound_format == define::SoundFormat::AAC as u8 { in parse_tag_header()
H A Ddefine.rs7 AAC = 10, enumerator
H A Ddemuxer.rs185 if tag_header.sound_format == SoundFormat::AAC as u8 { in demux()
/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs52 audio_info.sound_format = SoundFormat::AAC; in notify_audio_codec_info()
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs95 if tag_header.sound_format == define::SoundFormat::AAC as u8 in save_audio_data()
/xiu/
H A DREADME_CN.md33 - [x] 支持发布和订阅H264/AAC 直播流;
38 - [x] 支持通过TCP(Interleaved)和UDP发布或订阅H.265/H.264/AAC流;
H A DREADME.md38 - [x] Support publishing or subscribing H.264/AAC streams.
43 - [x] Support publishing or subscribing H.265/H.264/AAC stream over both TCP(Interleaved) and UDP.
/xiu/application/xiu/
H A DREADME.md33 - [x] Support publishing or subscribing H.264/AAC streams.
38 - [x] Support publishing or subscribing H.265/H.264/AAC stream over both TCP(Interleaved) and UDP.