Alex.CR

Results 10 issues of Alex.CR

Hi, first of all. Thanks for the good map code for golang, we love it and use it in our project: https://github.com/runner365/livego and we find one question about IterBuffered performance...

question

Hi, I try to connect http3 server writed by quic-go. And I setup https by tls certification files. When I try to use WebTransport in web: ``` let trans =...

feature

读取源音频/视频文件,都放在不同的readVideoTrackFromDisk/readAudioTrackFromDisk的协程中,也就是有多少个协程,就创建了多少个读取文件的句柄,不太合理。 推荐ingester类(读取文件) --> channel ---->peer connection send 只有一个地方读取源文件。

./bootstrap.sh ./bootstrap.sh: line 199: ./tools/build/src/engine/build.sh: No such file or directory Building B2 engine.. ./bootstrap.sh: line 229: ./tools/build/src/engine/build.sh: No such file or directory Failed to build B2 build engine mac.

国内的一些sfu,基本上都是基于http api的,如srs。cpp_media_server也开始支持http api接口。 因为srs现有接口和web推流、web播放器接口已经成为既定事实,能否按照srs的接口来定义。 我简化了一下文档,看看怎么搞。 https://github.com/runner365/cpp_media_server/blob/v1.0/doc/api/rtcdn_api.md

For WebRTC downlink, add: * Sending RTCP SR. * Receiving and processing RTCP RR to calculate RTT. * Retransmission of NACK based on RTT. The main functionality is to calculate...

TransByAI
EnglishNative

The PR is for https://github.com/ossrs/srs/issues/3468 support multitple srt_server,

TransByAI

对于epoll,能否用linux自己的epoll。 因为我司的代码原来的系统已经有了自己的epoll,只是想合入co_routine。 是否可以只使用co_routine的代码,但是epoll相关事件还是用linux原生的

目前各个平台支持各种常用IDE: * macos: xcode * windows: virtual studio * clion 因为cpp_media_server支持跨平台(linux/mac),也能支持windows。 笔者考虑支持各种IDE,苦于只有mac电脑,渴望网友支持。

Hi, I find the C++ code: ``` SendHandler::SendResult SendHandler::Send( ... std::vector* encodings, ....) { .... if ( sendingRtpParameters["encodings"].size() > 1 && (mimeType == "video/vp8" || mimeType == "video/h264") ) {...