Started 1 week, 1 day ago (2009-11-24 04:12:00)
by MatheusCompuvox
Kevb,
I'm facing a poor
audio quality problem when transmiting with jmf rtp.
Could it be the reason?
Have you changed tranmited packet size?
I read a reply of yours at another thread teaching how to change it.
Did it solve the problem?
Started 2 weeks, 5 days ago (2009-11-12 07:55:00)
by captfoss
http://java.sun.com/javase/technologies/desktop/me dia/jmf/2.1.1/support-
rtp.html
Read that article.
Started 1 week, 5 days ago (2009-11-19 07:40:00)
by captfoss
Does the buffer
size matters when it comes to poor audio quality?
Buffer size will not affect audio quality, it will affect latency / smoothness. If your sounds skips a lot, it's a buffer issue. If it just sounds like crap, then that's not a buffer issue...
How do I change sending buffer size with those codecs? (I've seen some explanations about PacketSizeControl been exported by some...
Started 1 week, 2 days ago (2009-11-22 22:03:00)
by AndrewThompson64
sam8680 wrote:
..Anyone has any idea on how to play a stream to web clients (embedded QuickTime) using
JMF on the server side?
You seem to have a fundamental misunderstanding of how this works. Unless the client has something that will receive and display the stream, they cannot possibly play it. It is like asking how to get the client to display applets, with no Java installed....
Started 1 week ago (2009-11-24 08:47:00)
by captfoss
If anyone would be kind enough to point me in the right direction I would really appreciate it. Thanks!
There are a couple of different ways you could handle that...and none of them are going to be "simple"...
Probably the easiest one would be to combine the following 2 things...
This is a JavaSound program that will mix
one sound into another sound... You could mix the microphone ...
Started 1 week ago (2009-11-24 08:34:00)
by captfoss
http://java.sun.com/javase/technologies/desktop/me dia/jmf/2.1.1/solutions/CustomGUI.html
Started 1 month ago (2009-10-28 07:26:00)
by captfoss
You'd send like this
http://java.sun.com/javase/technologies/desktop/me dia/jmf/2.1.1/solutions/AVTransmit.html
You'd receive like this
http://java.sun.com/javase/technologies/desktop/me dia/jmf/2.1.1/solutions/AVReceive.html
Started 1 week, 1 day ago (2009-11-23 11:52:00)
by captfoss
Is there any fix for the processor
memory leaks?
No...
Is there any workaround for this problem?
No...
The problem may or may not be better / worse if you use the FMJ library in place of the JMF library...so that's about the only advice I could give you is to try FMJ and see if it's any better about leaking memory.
Started 1 week, 1 day ago (2009-11-23 07:15:00)
by captfoss
JMF builds the codec chains automatically...
Started 4 days, 16 hours ago (2009-11-27 12:51:00)
by captfoss
Please do not dig up and post to long dead threads.
You need to post this as a new thread, and link to this thread if you think it's absolutely necessary.