MuZiLee / GJJanus

object-c Janus -> webrtc
2 stars 1 forks source link

janus ios app 声音播放问题 #1

Open 1395881288 opened 3 years ago

1395881288 commented 3 years ago

大神你好,我用你的 Janus-gateway-iOS 和 web端视频语音通话,web端讲话ios端听声音效果不是很好 1:声音有点变声 中间还有一点 电流声音 2:web端讲“12345678",ios端能听清楚12345 后面的78听不到 或者 78的声音非常小

MuZiLee commented 3 years ago

wss://janus.conf.meetecho.com/ws

You can try the official server, is there still the same problem?

1395881288 commented 3 years ago

非常感谢 你这么快回答问题,让我吃惊。 我对接测试 wss://janus.conf.meetecho.com/ws 也是同样的。

1395881288 commented 3 years ago

我使用官方的 https://janus.conf.meetecho.com/videoroomtest.html 和 Janus-gateway-iOS 也是同样的问题,稍等 我再测试一遍。

MuZiLee commented 3 years ago

I haven't had any problems with you so far, you can post more log messages

1395881288 commented 3 years ago

稍等 我录制一个 声音你听下效果,非常感谢你这么快回到我的问题,一定重谢。

1395881288 commented 3 years ago

你好大神 久等了: 我用 https://janus.conf.meetecho.com/videoroomtest.html 和 Janus-gateway-iOS 测试,下面这个mp4文件是在ios的录音(我添加了一个扬声器播放的代码 [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil]; 不然默认听筒播放没法录音) http://www.dailytech.cn/software/test.mp4

1395881288 commented 3 years ago

web 和安卓app,和苹果app,我都测试过, 目前就发现 ios端听声音效果不是很好,有电流声或者听一句话后半句听不到, web 和 安卓app 声音效果很好,我怀疑是 ios的webrtc sdk 的问题。

1395881288 commented 3 years ago

你的项目里面没找到捐赠链接,你加我的qq 1395881288 方便沟通,我请你喝几杯咖啡。

MuZiLee commented 3 years ago

You are server side limited bit rate, webrTC automatic bit rate processing mechanism to handle. Just use your own Janus server. The official website only provides demo

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: 1395881288 <notifications@github.com> 发送时间: 2020年12月7日 11:16 收件人: MuZiLee/GJJanus <GJJanus@noreply.github.com> 抄送: MuZiLee <admin@sanshengit.com>, Comment <comment@noreply.github.com> 主题: 回复:[MuZiLee/GJJanus] janus ios app 声音播放问题 (#1)

你好大神 久等了: 我用 https://janus.conf.meetecho.com/videoroomtest.html 和 Janus-gateway-iOS 测试,下面这个mp4文件是在ios的录音(我添加了一个扬声器播放的代码 [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil]; 不然默认听筒播放没法录音) http://www.dailytech.cn/software/test.mp4

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

1395881288 commented 3 years ago

I have insalled janus in my server,this is default configure room-1234 : { description = "Demo Room"; secret = "adminpwd"; publishers = "6"; bitrate = "128000"; fir_freq = "10"; record = "false"; }; I have changed "bitrate = "128000"" to "bitrate = "512000"" ,but the same, do you have any ideas, thanks you!

1395881288 commented 3 years ago

I have insalled janus in my server,I tested the android app and web ,the sound is very good,but the ios's sound is bad。

1395881288 commented 3 years ago

it is my mistake ,thank you。