-
Recompile openvidu
2020-11-24 23:20:21openvidu/openvidu-browser/static/js/openvidu-browser-2.7.0.js" line no 7485. <p>I changed that link with local address, and tried to compile using following code. <p>git clone ... -
openvidu-loadtest:OpenVidu负载测试环境-源码
2021-02-15 17:22:19OpenVidu负载测试 警告:当前工具正在开发中,这意味着代码中可能存在错误,您可能会期望用法上的某些更改。 该存储库包含一个分布式工具,使您可以针对OpenVidu CE或OpenVidu PRO部署执行负载测试。 考虑到使用此... -
openvidu:OpenVidu平台主存储库-源码
2021-02-06 08:54:49openvidu 访问 贡献者 这个项目的存在要感谢所有贡献者。 支持者 谢谢我们所有的支持者! :folded_hands: [] 赞助商 通过成为赞助者来支持该项目。 您的徽标将显示在此处,并带有指向您网站的链接。 [] -
OpenVidu Pro
2020-11-24 23:19:47<div><p>Hi, <p>what are the news on the pro version? Any plans to release it? <p>A related question. I need 20,30 channels with 1-10 people inside.... <p>Thanks a lot, ...OpenVidu/openvidu</p></div> -
OpenVidu Init Scripts
2020-11-24 23:19:47<div><p>It would be nice to have OpenVidu init scripts. <p>Raising this issue and will provide an init script shortly.</p><p>该提问来源于开源项目:OpenVidu/openvidu</p></div> -
openvidu-android and openvidu-electron interconnection issues
2020-12-08 22:15:41<div><p>Hello. I've run android tutorial along with electron one. The Electron app shows both window (self and android's) and I can hear what android user ...OpenVidu/openvidu-tutorials</p></div> -
openvidu-browser: stopping tracks even if no initialized by OpenVidu
2020-11-27 12:34:05<div><p>If a session disconnects, MediaTracks are stopped regarding of their origin. This also stops tracks coming from custom sources, i.e. a track is given to OpenVidu....OpenVidu/openvidu</p></div> -
openvidu节点客户端-源码
2021-02-25 11:50:12openvidu节点客户端 描述:NODE服务器的库。 它是OpenVidu Server公开的REST API的完全兼容和简单的替代方案。 文件: 发布: -
Recording not starting in openvidu v2.3.0
2020-11-27 12:34:06<div><p>I am using openvidu-node-client and I am calling this function to start recording <pre><code> app.post("/api/startRecording", function(req, res) { console.log( "received request ... -
whiteboard function in openvidu
2020-11-24 23:20:33<div><p>I would like to ask how to implement the whiteboard function in openvidu, as well as PPT playback and writing on it.</p><p>该提问来源于开源项目:OpenVidu/openvidu</p></div> -
Openvidu-ionic Consultation
2020-12-09 04:12:26<div><p>Can Openvidu-ionic realize the communication between Android and browser? Why can't the browser subscribe to the stream published by Android, Android seems to be able to subscribe to the ... -
Encoding - OpenVidu Server Webhook
2020-11-24 23:21:09<div><p><strong>Describe the bug When receiving an event from Webhook of type "messageSent", it arrives without a properly encoding. <p>So when we are sending ...OpenVidu/openvidu</p></div> -
Kurento+openvidu+redis+mongodb集成
2020-10-24 01:59:20使用kurento、openvidu、redis、mongoDB搭建一套远程视频服务,这样的一套视频服务可以运用到视频会议,远程教学,监控等实时视频相关的系统。 -
openvidu + react-native
2020-11-27 12:25:29<div><p>Hi, I found an open source project <a href="https://github.com/Jerameel/Echo">Echo WebRTC and Kurento Media Server Integration Demo for React-Native ...OpenVidu/openvidu</p></div> -
openvidu-hello-world
2020-12-09 04:12:26<div><p>hi others can internet this web,but can not join . i can internet this web ande join. why? thank you.</p><p>该提问来源于开源项目:OpenVidu/openvidu-tutorials</p></div> -
Getting OpeningHandshakeException while using OpenVidu 2.0.0
2020-12-05 13:41:01m using openvidu-android-app to access the OpenVidu Server 2.0.0, I've changed the port to 4443 in the android app but it shows that error. It works fine by using OpenVidu Server 1.9.0 (port 8443)... -
[openvidu-server] Unexpectedly java.lang.NullPointerException when start to record a session
2020-12-05 13:39:24- <em>USER1</em> calls openvidu to start recording almost at the same time. <p>openvidu-server respond us with ... -
Can OpenVidu supported iOS11 now?
2020-11-27 12:25:37<div><p>Hello. Can OpenVidu supported iOS11 now? Thx!</p><p>该提问来源于开源项目:OpenVidu/openvidu</p></div> -
Self Signed Certificates for openvidu server
2020-12-05 13:41:11<div><p>I need to edit one file in lib (such as node_modules/openvidu-node-client/lib/OpenVidu.js) and edit the require axios line to make it work with self signed certificate for dev server.... -
OpenVidu Browser 2.13 does not support Edge
2020-11-24 23:16:47OpenVidu Browser 2.13 (JS client) installed via npm does not support Edge when working with OpenVidu 2.13 server, because either the server or the browser throws a BROWSER_NOT_SUPPORTED error. ... -
Video Stream does not work for app developed following openvidu-angular-library tutorial
2020-12-09 06:31:41ve been working on integrating OpenVidu in our Angular app and are following the openvidu-angular-library tutorial. Neither the local nor the remote stream is displayed on the screen. <p><strong>... -
Unable to connect to OpenVidu dashboard.
2020-12-09 01:48:19<p>It completes successfully but when I try to connect to the openvidu dashboard to test it with the websiteUrl from the Output Tab, and enter the default username and password, "OPENVIDUAPP" ... -
openvidu-server: add message sent event
2020-11-24 23:21:02<div><p>This patch registers the sendMessage event (signal: chat and signal: xxx) for tracking all the messages exchanged between the various clients. <p>As pointed out ...OpenVidu/openvidu</p></div> -
problem when running the openvidu-ionic
2020-12-09 15:08:32<div><p>condition: 1.xcode 10 2.ios 12.1 <p>when i running the demo os macos with the real iphone device,according the introduction url :...OpenVidu/openvidu-tutorials</p></div> -
Openvidu recording file shows blank page
2020-11-24 23:22:09<div><p>Openvideo recording file shows blank page chrome page <p><img alt="32533" src=...OpenVidu/openvidu</p></div> -
Openvidu | videoconference audio problems
2020-11-24 23:15:17<div><p>Good afternoon! We found some problematic moments with audio. And don't know is it problem on our side or global. <p>Problem: When user listen some audio from ...OpenVidu/openvidu</p></div> -
Is openvidu scalable at the moment?
2020-11-24 23:20:44<div><p>Hi <p>I walked through the docs, but couldn't find any information on it. Is openvidu horizontally scalable at the moment? Is it possible to build it so it can ...OpenVidu/openvidu</p></div> -
OpenVidu issue with adding custom domain.
2020-11-27 12:25:37<ul><li>Created the openvidu selfassigned using cloudformation</li><li>Login to the instance and setup ssl using <a href="https://github.com/maxifjaved/setup-secure-server">This Link</a></li> ... -
openvidu-recording-node cannot record
2020-12-09 15:08:34openvidu-mvc-node works on all devices so I tried the recording tutorial now docker installed with docker daemon running <p>kurento server running <p>started openvidu with: java -jar -Dopenvidu.... -
Can't record screen share in openvidu 2.0
2020-11-27 12:25:19-v /tmp/openvidu:/tmp/openvidu \ -e openvidu.recording=true \ -e MY_UID=$(id -u $USER) \ -e openvidu.recording.path=/tmp/openvidu \ -e openvidu.recording.public-access=true \ ...
收藏数
267
精华内容
106