owt-server icon indicating copy to clipboard operation
owt-server copied to clipboard

General server (streaming/conference/transcoding/anayltics) for OWT. (A.k.a. MediaServer)

Results 148 owt-server issues
Sort by recently updated
recently updated
newest added

1、请问怎么设置自动录像,不需要手动干预,也不需要通过API去请求,有合流就开始录像,没合流就结束录像。因为有一个问题是:会议室如果没人进来之前,录像就是一片黑。我已经做了房间有人进来就开始录像,房间一个人都没有就结束录像,但是这些是在WEB端做的,不可靠。 2、录像经常出问题,播放不了,下载下来用VLC也播放不了,无法解析,概率在5%左右。

tested: OWT-server 5.0.x, OWT-server master owt-client-android, ConfSampleMFC publish H264 successfully, but H265 all failed; CPU : Intel® Core™ i7-12700H Processor, Intel® Iris® Xe Graphics eligible error log: (channel.cc:892): Changing voice...

Hello, Good evening. I noticed that OWT is using CPU more compare with GPU utilization, when we are rendering RTSP streams on to the web browser. As per my observation,...

We are using Open WebRTC toolkit in our project to get the live stream of the IP camera and play it on our UI. The live stream is working fine...

QUIC agent supports reliable streaming. Audio agent, video agent and other agents should support back pressure from QUIC agent if it cannot send data to client in time.

enhancement
webtransport

Hi, we are hitting hardware limits when joining too many users with active video into one view (in MCU mode). Since the video nodes can be clustered and the A/V...

1、video或者audio来streaming订阅会把音视频数据都给到internalclient,实际上video agent只要视频audio agent只要音频 void InternalServer::onSessionData(int id, uint8_t* data, uint32_t len) { if (!m_sessions.count(id)) { ELOG_WARN("Unknown ID:%d for onSessionData", id); return; } if (len streamId().empty()) { ELOG_WARN("Multiple init stream fb, ignored");...