Emil Ivov
|
b23adb6a4c
|
changes the incoming message alert to a less intrusive sound
|
16 years ago |
Emil Ivov
|
2f66037f6b
|
changes the incoming message alert to a less intrusive sound
|
16 years ago |
Emil Ivov
|
eff765fcd6
|
changes the incoming message alert to a less intrusive sound
|
16 years ago |
Lyubomir Marinov
|
3a35214a95
|
Solves an issue with synchronization when creating a conference call reported by Emil Ivov. The noticeable problem was that only one of the two invited peers would get their ReceiveStream included into the audio mixing carried out in the conference.
|
16 years ago |
Emil Ivov
|
468621f780
|
Fixes a few bugs in the addition of the SSRC list to RawPackets. And prepares for a first commit of the whole functionality to SVN
|
16 years ago |
Emil Ivov
|
3f1692e490
|
Adds on the transform utilities for the addition of a CSRC list in all outgoing RTP packets during a conference
|
16 years ago |
Emil Ivov
|
79fd7c53e2
|
Adds on the transform utilities for the addition of a CSRC list in all outgoing RTP packets during a conference
|
16 years ago |
Emil Ivov
|
314d199066
|
Changes storage of SSRC id-s to long rather than String to optimize their insertion in RTP packets as well as garbage collection
|
16 years ago |
Emil Ivov
|
e11acf8495
|
Adds transform utilities for the addition of a CSRC list in all outgoing RTP packets during a conference
|
16 years ago |
Emil Ivov
|
e479dcce1c
|
Adds utility methods to RawPacket that allow setting and extracting a list of CSRC identifiers. Changes storage of SSRC id-s to long rather than String to optimize their insertion in RTP packets as well as garbage collection
|
16 years ago |
Emil Ivov
|
99da055f88
|
Adds utilities for retrieving SSRC id-s directly contributing to a conference call (i.e. when we are a mixer/focus)
|
16 years ago |
Emil Ivov
|
11b4f36ac6
|
Adds utilities for retrieving SSRC id-s directly contributing to a conference call (i.e. when we are a mixer/focus)
|
16 years ago |
Emil Ivov
|
3a7eaf796e
|
Adds utilities for handling chains/sequences of transform engines
|
16 years ago |
Emil Ivov
|
17f479e6fd
|
Set local SSRC when available
|
16 years ago |
Lyubomir Marinov
|
0374394db2
|
Gives access to the actual data read from the different audio sources to be mixed in a conference call in order to allow the calculation of their sound levels.
|
16 years ago |
Lyubomir Marinov
|
1aec195e2b
|
Fixes the implementation of MediaDevice to not cause undesired disconnects from CaptureDevice.
|
16 years ago |
Lyubomir Marinov
|
670e6a34ee
|
Gives access to the actual data read from the CaptureDevice when audio mixing. Done in order to make it available to sound level indicator functionality.
|
16 years ago |
Lyubomir Marinov
|
e5676f0ee3
|
Copies TransformConnector from media to neomedia. Modifies it to act as an ordinary RTPConnector when it doesn't have a TransformEngine set. Fixes its javadocs.
|
16 years ago |
Yana Stamcheva
|
2dd0d16b31
|
Adds an icon to the conference call menu.
|
16 years ago |
Emil Ivov
|
57a13eaeeb
|
Store SSRC-s in hex.
|
16 years ago |
Emil Ivov
|
a1975d9d81
|
Adds event dispatching for changes of the remote source id in RTP streams
|
16 years ago |
Emil Ivov
|
e2e338c924
|
Minor code formatting
|
16 years ago |
Emil Ivov
|
718175ff1d
|
Code formatting
|
16 years ago |
Lyubomir Marinov
|
480b229c4a
|
Adds debugging output.
|
16 years ago |
Lyubomir Marinov
|
14006f71c6
|
Adds a forgotten javadoc.
|
16 years ago |
Lyubomir Marinov
|
d9aeed4d7d
|
Cleans up a bit of code.
|
16 years ago |
Damian Minkov
|
aa86a86095
|
Second big move of packages. Created jmfext in order to keep jmf requirenment for package name of Datasources ("media.protocol.....") and separate portaudio classes in neomedia.portaudio package.
|
16 years ago |
Damian Minkov
|
9a5291e9ff
|
Second big move of packages. Created jmfext in order to keep jmf requirenment for package name of Datasources ("media.protocol.....") and separate portaudio classes in neomedia.portaudio package.
|
16 years ago |
Yana Stamcheva
|
635dfe9d21
|
Fixes previous commit: Call and Chat Conference Invite Dialog enhancements:
- Added the possibility to add contacts, which are not in the contact list.
- Filter contact list contacts already added in a conference.
|
16 years ago |
Yana Stamcheva
|
53fe8eefae
|
Call and Chat Conference Invite Dialog enhancements:
- Added the possibility to add contacts, which are not in the contact list.
- Filter contact list contacts already added in a conference.
|
16 years ago |
Damian Minkov
|
f660a5ed6c
|
Update macosx binary for ffmpeg, compiled with asm and latest instructions for building.
|
16 years ago |
Damian Minkov
|
b96b3e63f2
|
Copy all missing stuff in neomedia from media.
|
16 years ago |
Lyubomir Marinov
|
930c30f3ec
|
When a call is turned from a standard one-to-one call to a conference call, fixes the audio mixing functionality to include the ReceiveStreams of the remote CallPeer from the one-to-one call into the mix of the conference call.
|
16 years ago |
Yana Stamcheva
|
414659066f
|
Added sound level indicators in the one-to-one call interface.
|
16 years ago |
Emil Ivov
|
6710e1c850
|
Removes debug printing
|
16 years ago |
Emil Ivov
|
1fc17ded12
|
Removes debug printing
|
16 years ago |
Emil Ivov
|
6c90003011
|
Removes debug printing
|
16 years ago |
Emil Ivov
|
fffd2a5fba
|
Configures jain-sip-ri to work in a reentrant/non-blocking mode.
|
16 years ago |
Lyubomir Marinov
|
78db66c3df
|
Well... Adds AudioMixer-related functionality for the sake of completeness, nothing that currently seems to change anything it its behavior. Fixes a few javadocs.
|
16 years ago |
Lyubomir Marinov
|
b78890b23b
|
Fixes javadocs. Adds synchronization (the lack of which does not seem to cause problems but, technically, it seems to be necessary).
|
16 years ago |
Lyubomir Marinov
|
d4cac120a3
|
Changes MediaDeviceSession#addSpundLevelIndicator to addSoundLevelIndicator.
|
16 years ago |
Lyubomir Marinov
|
0a3b48d5f3
|
Fixes the audio mixing functionality to not break the media of the whole conference when a member leaves it.
|
16 years ago |
Lyubomir Marinov
|
71d888ac99
|
Fixes the legacy media bundle to not throw exceptions on stop because its start hasn't registered the MediaService.
|
16 years ago |
Lyubomir Marinov
|
d538e0fc50
|
Tunes AudioMixer tracing output will further details to aid debugging.
|
16 years ago |
Lyubomir Marinov
|
9b9a12821b
|
Switches the MediaDevice of the audio MediaStream of the CallPeer in a non-conference Call to AudioMixer when the Call becomes a conference Call.
|
16 years ago |
Lyubomir Marinov
|
bfda9691e9
|
Sets the value of the ConferenceMember ssrc property according to the src-id of the audio media reported in the conference-info XML sent by the conference focus.
|
16 years ago |
Emil Ivov
|
d1fe4ffc47
|
Disables the legacy media service
|
16 years ago |
Emil Ivov
|
811d2d825c
|
Disables the legacy media service
|
16 years ago |
Emil Ivov
|
178e92de2c
|
Refactors SipSecurityManager in an effort to fix repetitive password prompts with sip
|
16 years ago |
Yana Stamcheva
|
946acb5000
|
Specific single focus peer conference interface.
|
16 years ago |