Lenix

Solve server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

git config – – global http . sslverify false … The post addresses server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none first appeared on Lenix Blog . This article is reprinted from https://blog.p2hp.com/archives/9471 This site is for inclusion only, and the copyright belongs to the original author.

Solve server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Read More »

ffmpeg rtsp stream to m3u8 stream

ffmpeg rtsp stream to m3u8 stream ffmpeg -rtsp_transport tcp -i “rtsp://admin:[email protected]:554/live/av0” -fflags flush_packets -max_delay 1 -an -flags -global_header -hls_time 1 -hls_list_size 3 -vcodec copy -s 216×384 -b 1024k -y test.m3u8 … The post ffmpeg rtsp streaming m3u8 streaming first appeared on Lenix Blog . This article is reprinted from https://blog.p2hp.com/archives/9466 This site is for inclusion

ffmpeg rtsp stream to m3u8 stream Read More »

Use Docker to efficiently build a local development environment (detailed tutorial)

The pain of local development Before development, you first need to install various development tools and service support into your development environment. There may be dependency problems, environment variable problems, port conflicts, compiled library problems, and so on. During development, you may need to depend on some other services. You’d better hope that there will

Use Docker to efficiently build a local development environment (detailed tutorial) Read More »

Is Redis going to be replaced?

In the middle of this year, a former Google and former Amazon engineer launched Dragonfly, an open source in-memory data caching system he created, written in C/C and distributed under the BSL license (Business Source License). According to past benchmark results, Dragonfly may be the fastest in-memory storage system in the world , it provides

Is Redis going to be replaced? Read More »