Special disk reading and writing system suitable for IPTV direct broadcast server with time shift
A technology of live broadcast server and reading and writing system, which is applied in the field of network multimedia and can solve problems such as difficult performance
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0086] The specific implementation and further description of the present invention are as follows.
[0087] basic data structure
[0088] Under the Linux system, the default tmpfs memory file system is mounted under / dev / shm, so the cache blocks in the system are also stored under / dev / shm. When the live broadcast time-shift dedicated disk read-write system is initialized, a series of files will be created under / dev / shm. The files are all of the same size, and each file represents a cache block. The cache block is represented by the structure CachedBlock in the system:
[0089] struct CachedBlock{
[0090] char block_data[CACHED_BLOCK_SIZE];
[0091] int state;
[0092]}
[0093]The cache block includes the data block block_data and the flag bit state. When used to read the data block, the flag bit state uses DATA_READY and DATA_NREADY to indicate whether block_data already contains valid data.
[0094] In order to facilitate management, we also use a control block ...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com