versatica / mediasoup-broadcaster-demo

mediasoup broadcaster demo (libmediasoupclient)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crashed in when connect with server using IOS

sivakumaraketi opened this issue · comments

RoomListener::onNewConsumer kind=video
[WARN] PeerConnection::OnFailure() | webtc::SetSessionDescriptionObserver failure [INVALID_PARAMETER:Failed to set remote offer sdp: Duplicate a=mid value '1'.]
[ERROR] transport_wrapper::+TransportWrapper nativeConsume:listener:id:producerId:kind:rtpParameters:appData: | Failed to set remote offer sdp: Duplicate a=mid value '1'.

  • Are you using the libemdiasoupclient C++ implementation?
  • Are you using the last libemdiasoupclient C++ implementation?

Yes using C++ implementation

  • Are you using the last libemdiasoupclient C++ implementation?

☝️

set remote offer sdp: Duplicate a=mid value '1'.

Can you spot why is this happening looking at the logs and the SDPs that are being set? Otherwise paste here the logs within the SDP exchanges.

closed due to inactivity