Brekeke SIP Server drops RTP Packets (G.722/H.264 stream)
Moderator: Brekeke Support Team
Brekeke SIP Server drops RTP Packets (G.722/H.264 stream)
1. Brekeke Product Name and Version:
Brekeke SIP Server Advanced version 3.4.6.3/411
2. Java version:
1.8.0_40
3. OS type and the version:
Windows 2008 R2 Standard
4. UA (phone), gateway or other hardware/software involved:
SIP UA (tx : 1200kbps/30fps /max frame size is 52400bytes)
5. Your problem:
RTP relay option is enabled.
SIP UA_1(local) send audio/video stream to SIP UA_2(remote) thru
the SIP Server.
SIP Server receive all rtp packets from "UA_2" but SIP Server can't
send some of audio/video packets received from UA_2 to UA_1.
when I capture all packet in sip server with wireshark, some packet
may be droped in relaying.
if you need the packet dump, I can send you.
Brekeke SIP Server Advanced version 3.4.6.3/411
2. Java version:
1.8.0_40
3. OS type and the version:
Windows 2008 R2 Standard
4. UA (phone), gateway or other hardware/software involved:
SIP UA (tx : 1200kbps/30fps /max frame size is 52400bytes)
5. Your problem:
RTP relay option is enabled.
SIP UA_1(local) send audio/video stream to SIP UA_2(remote) thru
the SIP Server.
SIP Server receive all rtp packets from "UA_2" but SIP Server can't
send some of audio/video packets received from UA_2 to UA_1.
when I capture all packet in sip server with wireshark, some packet
may be droped in relaying.
if you need the packet dump, I can send you.
semin kim
Add this setting in [Configuration]->[Advanced] page.
This setting defines the max size of video RTP packet buffer.
Code: Select all
net.rtp.video.size = 52400
I have set the size to 80000, but it is of no effect.
I think the brekeke drops also the audio packets.
Max size of the audio packet is 160 bytes.
I analyzed the packet dump captured with wireshark in sip server machine.
I noticed something strange in the analysis.
Although number of packets transmitted is smaller than packets received in relaying,
Sequence number of which RTP packet is transmitted by sip server is correct.
Dose the brekeke modify sequence number of RTP packet in relaying ?
If you need the packet dump, I can give you.
Below is our RTP setting of Brekeke Sip server.
RTP relay : auto
RTP relay(UA on this machine) : off
RTP relay even with ICE : no
port mapping : source port
Send UA's remote address : auto
Label Attribute : off
Content Attribute : on
Order of the 'm' line : on
I think the brekeke drops also the audio packets.
Max size of the audio packet is 160 bytes.
I analyzed the packet dump captured with wireshark in sip server machine.
I noticed something strange in the analysis.
Although number of packets transmitted is smaller than packets received in relaying,
Sequence number of which RTP packet is transmitted by sip server is correct.
Dose the brekeke modify sequence number of RTP packet in relaying ?
If you need the packet dump, I can give you.
Below is our RTP setting of Brekeke Sip server.
RTP relay : auto
RTP relay(UA on this machine) : off
RTP relay even with ICE : no
port mapping : source port
Send UA's remote address : auto
Label Attribute : off
Content Attribute : on
Order of the 'm' line : on
semin kim
it's working well but the brekeke still drops 2~3 video RTP Packets
for 5 minute in relaying.
how does the configuration("net.rtp.native=false") affect the brekeke?
I don't found it in administrator guide.
Specific SIP UA sent rtcp-bye meesage to other side UA after 15minute in relaying between two SIP UA behind same NAT(far-end).
SIP UA is cisco c20/polycom realpresence.
If I restart the brekeke several times, this wouldn't happen.
Do you have idea about that ?
for 5 minute in relaying.
how does the configuration("net.rtp.native=false") affect the brekeke?
I don't found it in administrator guide.
Specific SIP UA sent rtcp-bye meesage to other side UA after 15minute in relaying between two SIP UA behind same NAT(far-end).
SIP UA is cisco c20/polycom realpresence.
If I restart the brekeke several times, this wouldn't happen.
Do you have idea about that ?
semin kim
> Does it lack as much performance compared to use TRUE option in relaying rtp packets ?
YES.
"net.rtp.native=true" (default) uses OS's native code which provides higher performance.
"net.rtp.native=false" uses Java based code.
If you can send us support@brekeke.com the packet file, our engineer analyzes packets.
YES.
"net.rtp.native=true" (default) uses OS's native code which provides higher performance.
"net.rtp.native=false" uses Java based code.
If you can send us support@brekeke.com the packet file, our engineer analyzes packets.
When I applied the option which is " rtp.behindnat.send=true",
Test result is good.
I want to know whether packets is discarded in twenty more rtp session relayed at brekeke (include video/audio).
How can I get log at brekeke to detect whether packet is dropped or not in relaying? because it is difficult to detect the packets discarded in the condition by wireshark.
Test result is good.
I want to know whether packets is discarded in twenty more rtp session relayed at brekeke (include video/audio).
How can I get log at brekeke to detect whether packet is dropped or not in relaying? because it is difficult to detect the packets discarded in the condition by wireshark.
semin kim