open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
394 stars 182 forks source link

there is no audio from chrome to ios device #490

Open BharathiDande opened 3 years ago

BharathiDande commented 3 years ago

When start a call from chrome browser to ios device.i am able to get audio tracks and video track.I can see the video but not able to get the voice even though audio track are present. Safari to ios device working fine with both the audio and video.

jayaramsmsc commented 3 years ago

+1

kurapatijayaram commented 3 years ago

@jianjunz can you pls help us on this issue.

Thank you.

yanbin7 commented 3 years ago

Could you please provide more detail information ? e.g Which mode ? P2P or conference mode ? Detail Chrome version , platform information and iOS devices information , detail steps .

yanbin7 commented 3 years ago

And , audio /video codec information also please provides

BharathiDande commented 3 years ago

chrome Version 88.0.4324.192 (Official Build) (x86_64)

iOS device details : iphone 6s , iOS 14 version.

Type of mode p2p

On Thu, Feb 25, 2021 at 11:21 AM Liz(yanbin) notifications@github.com wrote:

And , audio /video codec information also please provides

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/open-webrtc-toolkit/owt-client-native/issues/490#issuecomment-785632315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAGUKF6ZNIEZKPDYUGJNCDTAXQO5ANCNFSM4YCRDJSQ .

BharathiDande commented 3 years ago

while publishing we are using AudioCodecs = "opus" , VideoCodecs = "h264"

On Thu, Feb 25, 2021 at 11:46 AM Dande Jaya Bharathi < bharathi.dande@smscountry.com> wrote:

chrome Version 88.0.4324.192 (Official Build) (x86_64)

iOS device details : iphone 6s , iOS 14 version.

Type of mode p2p

On Thu, Feb 25, 2021 at 11:21 AM Liz(yanbin) notifications@github.com wrote:

And , audio /video codec information also please provides

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/open-webrtc-toolkit/owt-client-native/issues/490#issuecomment-785632315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAGUKF6ZNIEZKPDYUGJNCDTAXQO5ANCNFSM4YCRDJSQ .

BharathiDande commented 3 years ago

Type of mode conference

On Thu, Feb 25, 2021 at 11:48 AM Dande Jaya Bharathi < bharathi.dande@smscountry.com> wrote:

while publishing we are using AudioCodecs = "opus" , VideoCodecs = "h264"

On Thu, Feb 25, 2021 at 11:46 AM Dande Jaya Bharathi < bharathi.dande@smscountry.com> wrote:

chrome Version 88.0.4324.192 (Official Build) (x86_64)

iOS device details : iphone 6s , iOS 14 version.

Type of mode p2p

On Thu, Feb 25, 2021 at 11:21 AM Liz(yanbin) notifications@github.com wrote:

And , audio /video codec information also please provides

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/open-webrtc-toolkit/owt-client-native/issues/490#issuecomment-785632315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAGUKF6ZNIEZKPDYUGJNCDTAXQO5ANCNFSM4YCRDJSQ .

yanbin7 commented 3 years ago

We can't reproduce this issue locally , but we use iPhone 7 plus with iOS 14 version. Could you please provide more information e.g logs etc ?

BharathiDande commented 3 years ago

Hi,I am able to get video and audio tracks of remotestreams.Sometimes no audio output in web and sometimes no audio output in ios phone.which happens when i make call from chrome to iphone.with safari browser it is working fine.please find the logs which are from xcode console.

subscription opetions (null)

subscription settings <OWTPublicationSettings: 0x2812737f0>

subscription settings audio (

"<OWTAudioPublicationSettings: 0x2831c9220>"

)

subscription settings video (

"<OWTVideoPublicationSettings: 0x281a53f70>"

)

subscriptionSuccessWithStream (null)

exsing mem,erbs {

903010o99 = "<Participant: 0x283f13c90>";

klqk3itx = "<Participant: 0x283f11d40>";

}

exoising streams (

"<MixedStream: 0x281558480>",

"<RemoteStream: 0x2815582a0>",

"<RemoteStream: 0x281558d20>",

"<RemoteStream: 0x2815544e0>"

)

remote video tracks: (

"RTCMediaStreamTrack:\nvideo\ne352a51f-00d0-45ac-a236-248d2f9f1e08\nenabled\nLive"

)

remote audio tracks: (

"RTCMediaStreamTrack:\naudio\n0c090fad-925b-43be-9923-88eb40c745f7\nenabled\nLive"

)

On Mon, Mar 1, 2021 at 1:23 PM Liz(yanbin) notifications@github.com wrote:

We can't reproduce this issue locally , but we use iPhone 7 plus with iOS 14 version. Could you please provide more information e.g logs etc ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/open-webrtc-toolkit/owt-client-native/issues/490#issuecomment-787736344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAGUKH6YFIHENOY3FQQAITTBNBWDANCNFSM4YCRDJSQ .

tanaymondal commented 3 years ago

I'm also facing the same problem.

Jupneet commented 3 years ago

Any update on this issue ?

tanaymondal commented 3 years ago

@jianjunz Can you please check the issue? @BharathiDande did you find any solution?

BharathiDande commented 3 years ago

No, it doesn't.

On Tue, 23 Mar 2021 at 11:04 AM, Tanay Mondal @.***> wrote:

@jianjunz https://github.com/jianjunz Can you please check the issue? @BharathiDande https://github.com/BharathiDande did you find any solution?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/open-webrtc-toolkit/owt-client-native/issues/490#issuecomment-804630442, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAGUKFIKS3U2FK44BB56PLTFAR6LANCNFSM4YCRDJSQ .

tanaymondal commented 3 years ago

Any update on this issue?

tanaymondal commented 3 years ago

Hello Team, Request you to keep us updated on this issue.