timerring

Live Streaming infra and protocols

March 24, 2025 · 3 min read · Page View:
Tutorial
Video | HTTP | RTMP | HLS | Live

In our daily life, you may always see the live streaming on the internet, such as the live streaming of the video conference, the live streaming of the sports event, the live streaming of the online course, etc. And sometimes you even start your own live streaming, but we all get used to just clicking the button on the screen to start the live streaming, do you know what is happening behind the scene?

...


Docker With GPU

March 18, 2025 · 2 min read · Page View:
Tutorial
Docker | GPU

This post is to introduce how to use gpu in docker, which also covers the basic usage of gpu on the host machine.

...


Stochastic Processes

March 15, 2025 · 20 min read · Page View:
Tutorial
Math | Random Process

Compared to deterministic model, which is specified by a set of equations that describe exactly how the system will evolve over time. In a stochastic model, the evolution is at least partially random and if the process is run several times, it will not give identical results.

...