Commit Graph

10 Commits (82f658f9983cd07c8eb01a0b8f093bd6e988adfe)

Author SHA1 Message Date
Damian Minkov 82f658f998 Adds local user sound level indicators and their implementation. Change Players to be Processors in neomedia service impl, in order to have control on codec chain and to add there the sound level indicators.
16 years ago
Lyubomir Marinov 34fd71774b When creating a SIP conference call, attempts to start an audio mixer so that each conference member can hear the other ones.
16 years ago
Lyubomir Marinov bf6de7c3fc In neomedia, attempts to address various issues reported by Emil Ivov including exceptions when setting formats on MediaStream, 'mute' support for MediaStream in general.
16 years ago
Lyubomir Marinov 1c18522cd3 In neomedia, fixes ArrayIndexOutOfBoundsExceptions when registering custom codec formats with RTPManager. Reported by Emil Ivov. Also provides MediaDevice instances for MediaService#getDevices() and #getDefaultDevice() when there are no actual CaptureDevices.
16 years ago
Lyubomir Marinov b66402a5d5 Fixes MediaFormats which don't have assigned RTP payload types by RFC 3551 yet they were implemented with hard-coded RTP payload types. Modifies the Neomedia ConfigurationForm to display the encoding names and the clock rates of the MediaFormats instead of their JMF-specific encodings. Introduces MediaService#getFormatFactory().
17 years ago
Lyubomir Marinov 06c090a2a6 Applies further refinements to the neomedia implementation and extensions to its functionality. Attempts to implement audio mixing.
17 years ago
Lyubomir Marinov 4f83f4f23c In neomedia, creates a MediaDevice implementation specific to audio, adds mute and video support, fixes javadocs.
17 years ago
Lyubomir Marinov 7599085c12 Adds javadocs.
17 years ago
Lyubomir Marinov b28c62f5da Builds a neomedia bundle and provides the initial implementation of .service.neomedia.
17 years ago
Lyubomir Marinov ea47d25602 Implements .service.neomedia.MediaDevice for CaptureDevice and the respective part of .service.neomedia.MediaService which lists the available and the default MediaDevices.
17 years ago