"Unable to RTCPeerConnection::setRemoteDescription: peerConnectionSetRemoteDescription(): WEBRTC_SET_REMOTE_DESCRIPTION_ERROR: Failed to set remote offer sdp: Failed to set remote video description send parameters for m-section with mid='0'."
i think Play Screen's parameters are wrong but im not sure. How can i fix this ?
Question
dogankisaa
Hey all! Im navigating to player screen from setting id screen. this is my code:
MaterialButton( child: const Text('Connect'), onPressed: () { if (_streamId == '' || _streamId == 'Enter stream id') { _showToastStream(context); } else { Navigator.push( context, MaterialPageRoute( builder: (context) => Play( id: _streamId, ip: _prefs.getString('server').toString(), userscreen: true, )), ); } }),
while passing player screen getting this issue:
"Unable to RTCPeerConnection::setRemoteDescription: peerConnectionSetRemoteDescription(): WEBRTC_SET_REMOTE_DESCRIPTION_ERROR: Failed to set remote offer sdp: Failed to set remote video description send parameters for m-section with mid='0'."
i think Play Screen's parameters are wrong but im not sure. How can i fix this ?
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Jul 1
1
Aug 22
1
Top Posters For This Question
Mohit 1 post
dogankisaa 1 post
Popular Days
Jul 1 2022
1 post
Aug 22 2022
1 post
1 answer to this question
Recommended Posts