Searched refs:cache (Results 1 – 12 of 12) sorted by relevance
| /xiu/protocol/rtmp/src/session/ |
| H A D | common.rs | 10 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 D | errors.rs | 4 cache::errors::CacheError,
|
| /xiu/protocol/rtmp/src/ |
| H A D | lib.rs | 12 pub mod cache; module
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | mod.rs | 49 let mut cache = Cache { in new() localVariable 59 cache.av_statistics.start(); in new() 60 cache in new()
|
| /xiu/protocol/httpflv/src/ |
| H A D | errors.rs | 7 amf0::errors::Amf0WriteError, cache::errors::MetadataError, session::errors::SessionError,
|
| H A D | httpflv.rs | 8 cache::metadata::MetaData,
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | errors.rs | 3 amf0::errors::Amf0WriteError, cache::errors::MetadataError, session::errors::SessionError,
|
| /xiu/protocol/hls/src/ |
| H A D | errors.rs | 4 amf0::errors::Amf0WriteError, cache::errors::MetadataError, session::errors::SessionError,
|
| /xiu/protocol/rtmp/ |
| H A D | README.md | 140 - Support cache GOP;
|
| /xiu/ |
| H A D | README_CN.md | 34 - [x] 支持秒开(Gop cache);
|
| H A D | README.md | 39 - [x] Support GOP cache which can be configured in the configuration file.
|
| /xiu/application/xiu/ |
| H A D | README.md | 34 - [x] Support GOP cache which can be configured in the configuration file.
|