1 Star 0 Fork 0

大熊 / telepresence

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Configuration_Debugging_the_system.md 904 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mamadou DIOP 提交于 2015-08-18 20:35 . -

As a developer, the first action is to edit your configuration file to change the debug-level from ERROR to INFO.

When you connect to the MCU you always have video stream back (you see yourself) but your audio stream is never sent back. For debugging purposes, it could be useful to ask your audio stream back. Hearing your own sound helps testing that everything work. Without loopback audio, you must connect at least two endpoints to test audio (encoding, decoding, streaming, resampling…).

debug-level = INFO
debug-audio-loopback = yes

Configuration 1: Useful debug settings

debug-level - defines the minimum debug level to display. Supported values: INFO, WARN, ERROR and FATAL.

debug-level-loopack - whether to enable audio loopback for testing (see above for more information).

We require having your debug-level equal to INFO when reporting/sharing issues.

1
https://gitee.com/yumin11522/telepresence.git
git@gitee.com:yumin11522/telepresence.git
yumin11522
telepresence
telepresence
master

搜索帮助