Git Product home page Git Product logo

Comments (11)

fluidwl avatar fluidwl commented on July 16, 2024

So do I. Browser is find, but android phone throw "Failed to set remote audio description send parameters." exception.

from mediasoup-client-android.

Gleejay avatar Gleejay commented on July 16, 2024

I, too, had the same problem, and I was anxious to solve it

from mediasoup-client-android.

fluidwl avatar fluidwl commented on July 16, 2024

I, too, had the same problem, and I was anxious to solve it

I fix this problem by modified source code.

from mediasoup-client-android.

Gleejay avatar Gleejay commented on July 16, 2024

I, too, had the same problem, and I was anxious to solve it

I fix this problem by modified source code.

Well done, Can you tell me how you did it ? ths ~

from mediasoup-client-android.

Sun-Cj avatar Sun-Cj commented on July 16, 2024

我也有同样的问题,我很想解决这个问题

我通过修改后的源代码解决了这个问题。

您好,可以分享一下你是如何解决的吗?

from mediasoup-client-android.

J1aDong avatar J1aDong commented on July 16, 2024

I, too, had the same problem, and I was anxious to solve it

I fix this problem by modified source code.

@fluidwl Can you share how to solve it

from mediasoup-client-android.

KurdAppDev avatar KurdAppDev commented on July 16, 2024

I think it because opus audio codec solved this by adding PCMU media Codecs to config.js to the above 'audio/opus' media Codec
mediasoup demo server

                                        {
						kind: 'audio',
						mimeType: 'audio/PCMU',
						preferredPayloadType: 0,
						clockRate: 8000
					},
					{
						kind: 'audio',
						mimeType: 'audio/PCMA',
						preferredPayloadType: 8,
						clockRate: 8000
					},
                                        {
						kind: 'audio',
						mimeType: 'audio/opus',
						clockRate: 48000,
						channels: 2
					},

from mediasoup-client-android.

hyperandroid avatar hyperandroid commented on July 16, 2024

This is fixed by upgrading webrtc to latest version.
I have compiled webrtc, upgraded libmediasoup and fixed some minor API breaking changes and have android armv7a working as expected.

from mediasoup-client-android.

android-little-boy avatar android-little-boy commented on July 16, 2024

This is fixed by upgrading webrtc to latest version.
I have compiled webrtc, upgraded libmediasoup and fixed some minor API breaking changes and have android armv7a working as expected.

Hello, the same problem also occurred when I used the author's library, and I could not solve it. Could you please share your source code?

from mediasoup-client-android.

hyperandroid avatar hyperandroid commented on July 16, 2024

Try using the following aar file instead of the artifact in the demo project.
https://www.dropbox.com/s/3t324fia6s0qtku/mediasoup-client.aar?dl=0
Let me know if this works for you. Feel free to contact me directly. My github username at gmail.

from mediasoup-client-android.

android-little-boy avatar android-little-boy commented on July 16, 2024

Try using the following aar file instead of the artifact in the demo project.
https://www.dropbox.com/s/3t324fia6s0qtku/mediasoup-client.aar?dl=0
Let me know if this works for you. Feel free to contact me directly. My github username at gmail.

Thank you for your generosity. It is a pity that your library is not applicable to my equipment, and it will have new exceptions.Recently I solved the audio failure problem caused by Haiyangwu's library by switching to a 64-bit runtime environment.Thanks anyway.

from mediasoup-client-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.