API-Examples-Web icon indicating copy to clipboard operation
API-Examples-Web copied to clipboard

Agora Web SDK v4 SEND_VIDEO_BITRATE_TOO_LOW and SEND_AUDIO_BITRATE_TOO_LOW

Open sambhavsharma opened this issue 3 years ago • 4 comments

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]);

`

sambhavsharma avatar Jun 09 '21 19:06 sambhavsharma

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

yoreland avatar Jun 17 '21 02:06 yoreland

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

sambhavsharma avatar Jun 18 '21 13:06 sambhavsharma

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

rainke avatar Mar 04 '22 03:03 rainke

Same issue on Safari, Firefox

danieldang109 avatar Jan 24 '24 10:01 danieldang109