org.webrtc.RTCPeerConnection can not publish video to server
问题 im using webrtc to send and get video in conference. The subcriser video is display normally But the problem is about the video is not publish to the server, i check the method "setlocalDescription" is not return error, here is my sdp, can anyone help? I searched a lot soluition but i still can not know my problem, i think it's about codec error, may be the codec is not H264( my server accpept H264) then im trying to force to H264 by using replace profile-level-id to 42e01f, but it's not