First time here? Check out the FAQ!

Ask Your Question
0

Can't see RTCP REMB packets

asked Jan 10 '2

Beans gravatar image

updated Jan 10 '2

Hello, I'm trying to view max bitrate fields (BR Exp and BR Mantissa) in the RTCP REMB packets which are filtered as packet type value 206 (payload-specific feedback) and feedback message type value 15 on Wireshark, but I can't see any information past media source SSRC. I captured these packets during a Google Meet call using Firefox.

Here is the packet capture (meet-firefox-Jan10.pcap) and screenshot I attached in the same folder: https://drive.google.com/drive/folder...

I expected to see the RTCP packet in the message format:

 0                   1                   2                   3               
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|V=2|P| FMT=15  |   PT=206      |             length            |                               
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                  SSRC of packet sender                        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                  SSRC of media source                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Unique identifier 'R' 'E' 'M' 'B'                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Num SSRC     | BR Exp    |  BR Mantissa                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   SSRC feedback                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  ...                                                          |

Note: I get an Expert Info (Warning/Protocol): Unknown Application Layer Feedback Type

Thank you so much for any help

Preview: (hide)

Comments

Can you share a capture, or at least display the RTCP packet?

grahamb gravatar imagegrahamb ( Jan 10 '2 )

I tried attaching an image and attachment but ask.wireshark gives me an error: >60 points required to upload files..

Beans gravatar imageBeans ( Jan 10 '2 )

Putting one on a publicly accessible file sharing site and posting the link to it here is the way to go.

Jaap gravatar imageJaap ( Jan 10 '2 )

Ok I see, I attached a link in the post and here it is also: https://drive.google.com/drive/folder...

Beans gravatar imageBeans ( Jan 10 '2 )

Hi, No one has written code to dissect https://datatracker.ietf.org/doc/html... so anything after the Aplication identifyer is unknown to Wireshark. You could write a bug request asking to have it implemented and see if someone picks it up.

Anders gravatar imageAnders ( Jan 11 '2 )

2 Answers

Sort by » oldest newest most voted
0

answered Jan 11 '2

Chuckc gravatar image

Example pcap attached to 9757 - Add RTCP dissector for goog-remb (Receiver Estimated Maximum Bitrate)

Analyze -> Decode As... and set Current to RTCP.

(Wireshark User Guide example of Decode As...)

Preview: (hide)
link

Comments

Thanks for the reply, but UDP packets are already being decoded as RTP and RTCP.

Beans gravatar imageBeans ( Jan 11 '2 )

Is the question how to capture REMB or how to decode and view when they are captured?

Chuckc gravatar imageChuckc ( Jan 11 '2 )

I guess it's the prior.. My understanding is bandwidth estimation (specifically REMB technique) should be sent by default along with other RTP/RTCP packets when video calling over Firefox, but I don't see the REMB packets given that the SSRC of media source must be 0 (along with packet type=206 and fmt=15). Also, I attached a link with the mentioned packet capture along with a screenshot.

Beans gravatar imageBeans ( Jan 11 '2 )
0

answered Jan 11 '2

Beans gravatar image

I had overlooked to filter SSRC of media source to be 0. It seems that I did not capture any REMB packets in the captured packets.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: Jan 10 '2

Seen: 496 times

Last updated: Jan 11 '22