Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

WebRTC communication failure

  • 4 답장
  • 0 이 문제를 만남
  • 1 보기
  • 최종 답변자: saurav.tce

more options

Hi,

We are using firefox as the browser client for a webrtc based video streaming application. The other client is Gstreamer webrtcbin. The communication works fine with FIPS mode disabled, but it fails when we enable FIPS as part of security. The Gstreamer client sends an SDP offer to the firefox browser client, but it fails to create an answer and respond back. The WebAPI (RTCPeerConnection.createOffer) fails with below exception at application code.

"UnknownError: The operation failed for an unknown transient reason"

Also, tried to check some failure message in browser log and found as below. Not sure if it is related to the failure.

NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsICryptoHash.init]


System setup:


OS - OpenSUSE 15 SP3 Firefox version - 78.13.0esr (we also tried with version 91.10.0esr)


Any quick help will be much appreciated as we are stuck with this.

Thanks, Saurav

Hi, We are using firefox as the browser client for a webrtc based video streaming application. The other client is Gstreamer webrtcbin. The communication works fine with FIPS mode disabled, but it fails when we enable FIPS as part of security. The Gstreamer client sends an SDP offer to the firefox browser client, but it fails to create an answer and respond back. The WebAPI (RTCPeerConnection.createOffer) fails with below exception at application code. "UnknownError: The operation failed for an unknown transient reason" Also, tried to check some failure message in browser log and found as below. Not sure if it is related to the failure. NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsICryptoHash.init] System setup: --------------------------------------------------------------------- OS - OpenSUSE 15 SP3 Firefox version - 78.13.0esr (we also tried with version 91.10.0esr) --------------------------------------------------------------------- Any quick help will be much appreciated as we are stuck with this. Thanks, Saurav

모든 댓글 (4)

more options

Hi Saurav, you might want to file a bug about this, I think it's a bit specialized for our general support forum.

https://bugzilla.mozilla.org/

more options

Thanks Jeff for the suggestion. Will try to file a bug directly on Mozilla. Posted the query in forum to see if anyone else has faced similar issue and have some details which can help us quickly, as it might take some time to fix this issue through a bug and deliver the solution.

more options

Can you provide steps to replicate the issue? Is there a reason for the old version of Firefox?

글쓴이 jonzn4SUSE 수정일시

more options

@Jon, there is no specific steps to replicate the issue. You can have a sample WebRTC solution and try to use that with FIPS(Federal information processing standards) mode enabled. FIPS are a set of standard and guidelines that needs to be followed for any communication in a product to be used by federal Government. Are you referring to the steps used to enable the FIPS mode?