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!

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 2 réponses
  • 1 a ce problème
  • 4 vues
  • Dernière réponse par 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

Modifié le par mzak

Toutes les réponses (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.