Package javaforce.voip
Class SRTPChannelJ9
java.lang.Object
javaforce.voip.RTPChannel
javaforce.voip.SRTPChannelJ9
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclass -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidinitCtx(SSLContext ctx) protected voidprocessRTP(byte[] data, int off, int len) protected voidprocessSTUN(byte[] data, int off, int len) booleanstart()voidwriteRTP(byte[] data, int off, int len) Writes a packet to the RTP port.Methods inherited from class javaforce.voip.RTPChannel
buildHeader, buildHeader, change, getH263_1998id, getH263_2000id, getH264id, getH265id, getremoteip, getremoteport, getRFC2833id, getSamples, getseqnum, getseqnum, getssrc, getssrc, gettimestamp, gettimestamp, getVP8id, getVP9id, isActive, keepalive, processRTCP, setLog, setSpeexEnhancedMode, setSpeexQuality, stop, toString, writeDTMF, writeRTCP
-
Field Details
-
local_icepwd
-
trustAllCerts
-
-
Constructor Details
-
SRTPChannelJ9
-
-
Method Details
-
start
public boolean start()- Overrides:
startin classRTPChannel
-
_log
-
writeRTP
public void writeRTP(byte[] data, int off, int len) Description copied from class:RTPChannelWrites a packet to the RTP port.- Overrides:
writeRTPin classRTPChannel
-
processRTP
protected void processRTP(byte[] data, int off, int len) - Overrides:
processRTPin classRTPChannel
-
initCtx
-
processSTUN
protected void processSTUN(byte[] data, int off, int len)
-