Skip to content

Commit 852fb1e

Browse files
committed
PCAP: Print RTP SSRC
1 parent 867b94f commit 852fb1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xcloud/scripts/pcap_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_info_rtp(rtp: rtp.RtpPacket) -> None:
2626
except:
2727
payload_name = '<UNKNOWN>'
2828

29-
return f'RTP: {payload_name.name} {rtp}'
29+
return f'RTP: {payload_name.name} {rtp} SSRC={rtp.ssrc}'
3030

3131
def get_info_teredo(teredo: teredo.TeredoPacket) -> None:
3232
info = f'TEREDO: {teredo}'

0 commit comments

Comments
 (0)