Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/session/
H A Dcommon.rs10 cache::errors::CacheError,
11 cache::Cache,
439 pub cache: Mutex<Option<Cache>>, field
445 cache: Mutex::new(None), in new()
449 pub async fn set_cache(&self, cache: Cache) { in set_cache()
450 *self.cache.lock().await = Some(cache); in set_cache()
458 if let Some(cache) = &mut *self.cache.lock().await { in save_video_data()
469 if let Some(cache) = &mut *self.cache.lock().await { in save_audio_data()
476 if let Some(cache) = &mut *self.cache.lock().await { in save_metadata()
497 if let Some(cache) = &mut *self.cache.lock().await { in send_prior_data()
[all …]
H A Derrors.rs4 cache::errors::CacheError,
/xiu/protocol/rtmp/src/
H A Dlib.rs12 pub mod cache; module
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs49 let mut cache = Cache { in new() localVariable
59 cache.av_statistics.start(); in new()
60 cache in new()
/xiu/protocol/httpflv/src/
H A Derrors.rs7 amf0::errors::Amf0WriteError, cache::errors::MetadataError, session::errors::SessionError,
H A Dhttpflv.rs8 cache::metadata::MetaData,
/xiu/protocol/rtmp/src/remuxer/
H A Derrors.rs3 amf0::errors::Amf0WriteError, cache::errors::MetadataError, session::errors::SessionError,
/xiu/protocol/hls/src/
H A Derrors.rs4 amf0::errors::Amf0WriteError, cache::errors::MetadataError, session::errors::SessionError,
/xiu/protocol/rtmp/
H A DREADME.md140 - Support cache GOP;
/xiu/
H A DREADME_CN.md34 - [x] 支持秒开(Gop cache);
H A DREADME.md39 - [x] Support GOP cache which can be configured in the configuration file.
/xiu/application/xiu/
H A DREADME.md34 - [x] Support GOP cache which can be configured in the configuration file.