-
Hi!
I'm trying to develop 3PTY service, so I want to resend the audio from a call to other. I'm using JMF but I don't know how to mix one DataSource received with my mic's dataSource. Any idea?? Please help me!!
Thanks in advance!:D.
2009-06-23 12:27:00 UTC in FMJ
-
Hi everybody!
I've a problem because when I call the method startSession in a RTPSessionMgr object It spends 5 second and I want to reduce this time. How can I get it? Thanks! :D
The code is:
InetAddress localIP = InetAddress.getByName(ConfigParameters.UA_IP);
InetAddress remoteIP = InetAddress.getByName(objConfiguration.getRemoteIP());
SessionAddress localAddr = new...
2009-04-20 11:58:00 UTC in FMJ
-
Hi!
I'm trying to send audio capture by the microphone in Linear AudioFormat, but I need to send it into Alaw/rtp. I use the Proccessor and I added to the codec chain the alaw encoder and the packetizer used in FMJ. But when I run my application, it shows me this message:
Cannot initialize audio renderer with format: LINEAR, Unknown Sample Rate, 16-bit, LittleEndian, Signed
Unable to hand.
2009-04-16 08:19:58 UTC in FMJ
-
Hi everybody again!
I've trying to send auido in Alaw/rtp format, so I've found the ALAW encoder and the RTP packetizer to get my audio in this format. I add both plugIns to my application but when I try to realize the processor I receive this message from the application:
Failed to build a graph for the given custom options.
Failed to realize: com.sun.media.ProcessEngine@1e80f3a...
2009-04-13 15:56:05 UTC in FMJ
-
Hi!
I tryied to run the Example in the fmj SimpleVoiceTransmiter.java but it didn't work with ALAW_RTP format. I only changed the format in the begining of the code and I registered in the session.Does anyone know why it doesn't work?
Thanks!:D.
2009-04-13 08:47:31 UTC in FMJ
-
Sorry I forgot to say Thanks! :D.
2009-04-13 08:29:26 UTC in FMJ
-
Hi everybody!
I'm sorry but I'm starting with FMJ and I'm trying to send audio in ALAW_RTP format. I use the class Processor and his Track to convert a song (that I want to send) into ALAW_RTP format, but when I send it I listen the song played too faster (2 or 3 second). I use this code to convert it into ALAW_RTP:
TrackControl track[] = outputProcessor.getTrackControls();...
2009-04-13 08:27:25 UTC in FMJ