Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

File name must be set in audioPort-videoPort-name.pcap form, for example

Code Block
languageactionscript3bash
themeRDark
31070-31072-test.pcap

...

SDP file must be added to every pcap file. SDP file must be named similarly to pcap file

Code Block
languageactionscript3bash
themeRDark
31070-31072-test.pcap.sdp

SDP file example:

Code Block
languageactionscript3bash
themeRDark
v=0
o=Gateway-0.0.0.666 0 0 IN IP[local_ip_type] [local_ip]
s=-
c=IN IP[local_ip_type] [local_ip]
t=0 0
m=audio 0 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=sendrecv
m=video 0 RTP/AVP 112
a=rtpmap:112 H264/90000
a=fmtp:112 profile-level-id=42e01f; packetization-mode=1
a=content:main
a=rtcp-fb:* ccm fir
a=rtcp-fb:* nack pli
a=sendrecv

...