- Aug 22, 2014
-
- Aug 21, 2014
-
- Aug 20, 2014
-
-
Boris Grozev authored
Adds a method that allows sending application data through DTLS. Enables handling of received application data when DTLS-SRTP is enabled.
-
- Aug 13, 2014
-
-
Boris Grozev authored
Adds a registerUser() method to SrtpControl. Needed for allowing multiple MediaStream-s to share an SrtpControl.
-
- Aug 11, 2014
-
-
Damian Minkov authored
-
Damian Minkov authored
-
Damian Minkov authored
- Aug 09, 2014
-
-
Ingo Bauersachs authored
Throws an exception if deleting or renaming a file fails.
-
Boris Grozev authored
-
- Aug 08, 2014
-
-
Boris Grozev authored
-
- Aug 06, 2014
-
- Aug 05, 2014
-
-
Boris Grozev authored
-
Boris Grozev authored
-
Boris Grozev authored
-
Boris Grozev authored
-
Boris Grozev authored
-
Boris Grozev authored
-
Ingo Bauersachs authored
Correctly load jitsi-defaults.properties when running under WebStart
-
- Aug 04, 2014
-
- Aug 03, 2014
-
-
Daniel Pocock authored
-
- Aug 02, 2014
-
- Aug 01, 2014
-
- Jul 31, 2014
-
- Jul 30, 2014
-
-
Lyubomir Marinov authored
Demotes the logging of the statistics about the sent and received RTCP SR/RR reports because they are too frequent.
-
- Jul 29, 2014
-
-
Lyubomir Marinov authored
- Jul 28, 2014
-
-
Boris Grozev authored
-
- Jul 27, 2014
-
-
Boris Grozev authored
-
Boris Grozev authored
Reported by Thomas Kuntz.
-
Boris Grozev authored
-
Kuntz Thomas authored
-
Kuntz Thomas authored
Because now RtpdumpStream doesn't use the rtpdump timestamp to sync the stream. Now the sync use the timestamp of rtp packet directly, with the timebase computed from the framerate/samplerate of the Format. Also change the static method that create rtpdump MediaDeviceImpl : it now takes a MediaFormat, so that it can get the clock rate of the format (used in the timebase).
-
Kuntz Thomas authored
but provide a static method creating a AudioMediaDeviceImpl or MediaDeviceImpl (for video) for convenience instead.
-
Kuntz Thomas authored
classes of the rtpdump package now use RtpdumpPacket, that extends RawPacket (so the parsing is done by RawPacket). Also fix a javadoc typo.
-
Kuntz Thomas authored
-