On 10/6/2014 10:37 PM, [email protected] wrote:
Yes, I am trying to connecting from our device to FF 33. I think the problem is RTP format incorrect? Because all packet are encrypted by DTLS, I don't know how to get the RTP packets by using Wireshark.
Just take a wireshark trace. You can't look at all the interior payload of the RTP packets, but the headers are protected but not encrypted. Note: wireshark won't know they're RTP, but you can tell it to decode them as RTP.
However, I run FF 33 on linux, and try to collect more error information. And I see -1747978496[7f50aa95bb60]: [Socket Thread|WebrtcVideoSessionConduit] VideoConduit.cpp:1111: ReceivedRTPPacket RTP Processing Failed 12606 After checking the source code of FF 33, seem the error code is 12606. Does anyone know what does it mean?
in vie_errors.h, it's kViERtpRtcpUnknownError, which could be many things. You need the logs I indicated: about:webrtc, and select "Start debug mode". Since this is an interop situation, a copy of the about:webrtc contents (including the SDP) would help.
Very very likely the problem has to do with the RTP/RTCP generation, or maybe incorrect description in the SDP.
-- Randell Jesup, Mozilla _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

