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

Mozilla 도움말 검색

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

자세히 살펴보기

WebRTC firefox[47.0.1] client lowers the bitrate to very low values sometimes till 0.02 Mbps.

  • 2 답장
  • 1 이 문제를 만남
  • 4 보기
  • 최종 답변자: Standard8

more options

Hello,

Outgoing H.264 call from webRTC Firefox client version 47.0.1. We use the H.264 codec with packetization-mode=0 version.

We observe strange behavior of the Firefox browser - it lowers the bitrate of

the outgoing call to very low values of the bitrate sometimes till 0.02 Mbps.

We do not observe packet loss, so it could not be the reason to lower the bitrate.

The video section [excluding ICE/TURN/STUN/SRTP stuff] of our SDP is below:

m=video 60020 RTP/AVP 108 c=IN IP4 31.168.3.180 b=TIAS:1200000 a=rtpmap:108 H264/90000 a=fmtp:108 profile-level-id=42801f; max-fs=3600; packetization-mode=0 a=content:main a=label:1 a=rtcp-fb:* ccm fir a=rtcp-fb:* nack pli a=sendrecv

We cannot explain the reason why firefox client lowers the bitrate. The issue does not happen with chrome 52 beta- supporting H.264. Do you have any suggestion what could be the reason of the lowering bit-rate?

Thanks in advance Michael

Hello, Outgoing H.264 call from webRTC Firefox client version 47.0.1. We use the H.264 codec with packetization-mode=0 version. We observe strange behavior of the Firefox browser - it lowers the bitrate of the outgoing call to very low values of the bitrate sometimes till 0.02 Mbps. We do not observe packet loss, so it could not be the reason to lower the bitrate. The video section [excluding ICE/TURN/STUN/SRTP stuff] of our SDP is below: m=video 60020 RTP/AVP 108 c=IN IP4 31.168.3.180 b=TIAS:1200000 a=rtpmap:108 H264/90000 a=fmtp:108 profile-level-id=42801f; max-fs=3600; packetization-mode=0 a=content:main a=label:1 a=rtcp-fb:* ccm fir a=rtcp-fb:* nack pli a=sendrecv We cannot explain the reason why firefox client lowers the bitrate. The issue does not happen with chrome 52 beta- supporting H.264. Do you have any suggestion what could be the reason of the lowering bit-rate? Thanks in advance Michael

글쓴이 mzak 수정일시

모든 댓글 (2)

more options

Hi,

We checked: when we work with packetization-mode=1 - everything works perfect. Apparently the problem exists only in single NALU mode, I recommend not to use packetization-mode=0 at all in SDP - if it does not work good.

Best Regards Michael

more options

Hi, I would suggest posting this to the dev.media mailing list:

https://lists.mozilla.org/listinfo/dev-media

That's where most of our WebRTC experts hang out and should be able to provide you with a good response.