Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agora Web SDK v4 SEND_VIDEO_BITRATE_TOO_LOW and SEND_AUDIO_BITRATE_TOO_LOW #13

Open
sambhavsharma opened this issue Jun 9, 2021 · 5 comments

Comments

@sambhavsharma
Copy link

sambhavsharma commented Jun 9, 2021

I am implementing Agora v4 in my application. When I am trying to publish my local tracks, it happens with success, but then I receive the following errors:

01:21:17:806 Agora-SDK [DEBUG]: [client-9e8ac] receive exception msg, code: 2001, msg: AUDIO_INPUT_LEVEL_TOO_LOW, uid: 4082215569 index.ts:269 01:21:17:807 Agora-SDK [DEBUG]: [client-9e8ac] receive exception msg, code: 2003, msg: SEND_AUDIO_BITRATE_TOO_LOW, uid: 4082215569 index.ts:269 01:21:17:807 Agora-SDK [DEBUG]: [client-9e8ac] receive exception msg, code: 1003, msg: SEND_VIDEO_BITRATE_TOO_LOW, uid: 4082215569

`

    const agoraAccessToken = await actions.auth.getAgoraAccessToken({ requestParams: {channel: props.config.channel}});

    let uid = await AgoraClient.join(props.config.appId, props.config.channel, agoraAccessToken);
    
    let audioTrack = await AgoraRTC.createMicrophoneAudioTrack();
    let videoTrack = await AgoraRTC.createCameraVideoTrack();

    await AgoraClient.publish([audioTrack, videoTrack]);

`

@yoreland
Copy link
Contributor

sorry for late response.
Do you still have this issue?
Just a question, if you are using same testing environment, can you reproduce the same issue on
https://webdemo.agora.io/agora-websdk-api-example-4.x/basicVideoCall/index.html

@sambhavsharma
Copy link
Author

Hi, nope. Can't reproduce this on the testing environment.

@rainke
Copy link

rainke commented Mar 4, 2022

遇到了这个问题
image
结果是对方没法看到我的画面,音频却很流畅,该问题也不能复现

@danieldang109
Copy link

Same issue on Safari, Firefox

@ibrahimrehman1
Copy link

Any update on this? I am getting this error when I enable dual streaming using enableDualStream() method for host. But since I want the audience to control the remote video track quality, ig there is no alternative that I know of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants