How to achieve low-latency panoramic RTMP|RTSP stream rendering under Unity

Technical background Unity3D can be used to create various types of applications, including virtual reality, training simulators, etc. Here are some scenes that can be played using Unity3D panorama: Virtual reality experience: Panoramic video can be used to create a realistic virtual environment, allowing users to feel immersed in the scene; Training simulator: Panoramic video […]

Use Sysbench to stress test MySQL and compare speed and latency under multi-threading; combine it with the gnuplot tool to produce graphs (very easy to use!)

Article directory 1. Download sysbench (1) Ubuntu under WSL: (2) CentOS: 2. Introduction to sysbench (1) Bundled benchmarks (2) Characteristics 3. MySQL test (1) Database preparation (2) Test read_write An example output (3) Test read_only (4) Test write_only (5) Clean up 4. gnuplot (1) Download (2) Use awk to process the test data generated by […]

How to achieve low-latency RTSP or RTMP playback on VR headsets

Technical background VR (virtual reality technology) brings us an immersive visual experience and is widely used in urban planning, education and training, industrial simulation, real estate, water conservancy and electricity, interior design, culture and tourism, military and many other fields. It is commonly used in industries for example: Education industry: VR headsets can be used […]

How to quickly optimize CnosDB database performance and latency: use Jaeger distributed tracking system

In a formal production environment, the performance and latency of the database are crucial to ensure the stable and efficient operation of the system. Especially when interacting with the CnosDB database, it becomes even more important to have a deeper understanding of its behavior. At this time, the Jaeger distributed tracking system played a huge […]

Real-time distributed low-latency OLAP database Apache Pinot exploration practice

Pinot can ingest data directly from streaming data sources such as Apache Kafka and Amazon Kinesis, enabling instant queries based on real-time events. Data can also be ingested from batch data sources such as Hadoop HDFS, Amazon S3, Azure ADLS, and Google Cloud Storage. The core uses columnar storage, based on intelligent indexing and pre-aggregation […]

How to achieve low-latency panoramic RTMP|RTSP streaming rendering under Unity

Technical background Unity3D can be used to create various types of applications, including virtual reality, training simulators, etc. Here are some scenes that can be played with Unity3D Panorama: Virtual reality experience: panoramic video can be used to create a realistic virtual environment, so that users can feel the feeling of being there; Training simulators: […]

FluxMQ-Version 2.0 Update Content Preface FLuxMQ is a cloud-native distributed IoT access platform developed based on java and supporting unlimited device connections. FluxMQ is developed based on Netty, and the bottom layer adopts the Reactor3 reactor model, which has low latency

Foreword FLuxMQ is a cloud-native distributed IoT access platform developed based on java and supporting unlimited device connections. FluxMQ is developed based on Netty, and the bottom layer adopts the Reactor3 reactor model, which has low latency, high throughput, and tens of millions or billions of device connections; it is convenient for enterprises to quickly […]

Java Virtual Machine – Low Latency Garbage Collector & Memory Allocation

3.6 Low Latency Garbage Collector Measure the three most important metrics of a garbage collector: memory footprint, throughput, and latency. With the expansion of memory, the requirements for latency will become higher and higher All collectors before CMS and G1, all steps of their work will produce a Stop The World-style pause. However, CMS and […]

Using Nginx in Kubernetes to Improve Reliability and Latency of Third-Party Services

This article discusses how to improve the performance and stability of third-party service access by configuring Nginx cache in Kubernetes. This method is implemented based on Nginx. The advantage is that access to cached third-party services can be realized without code development, but it also lacks some customized extensions. Cache write operations are not supported, […]