[sip-comm] sip-communicator and video file

Hi!

I have two problems with the sip-com application.
#1: Connecting works fine, sound is transmitted both ways, for something
between 3.4 and 3.7 seconds, then the timer on one of the computers stop,
and so does all the sound on both computers. It is always the same computer
that stops when connecting two RedHat (kernel 2.6.1, JMF2.1.1, Java 1.4.2)
computers. When running the faulty computer agains a Win2003 machine, it
works.

#2: I am trying to use the video feature of sip-com with the videofile
(lostinspace.mov). I specify the path and filename in
net.java.sip.communicator.media.MEDIA_SOURCE, restart the application and
make the call. Ringing works fine, answering as well, both computers show as
being in a call, but no sound (neither from mic nor movie) or movie is
shown. The same result wether connecting redhat-redhat or win2003-redhat.

Any idea what I am missing? The logs do not indicate any errors in either
case.

Regards

Mikael

···

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@sip-communicator.dev.java.net
For additional commands, e-mail: users-help@sip-communicator.dev.java.net

Hello Mikael

make sure that when specifying the file you don't forget the protocol specifier which is file://
in this case.

e.g. for a lostinspace.mov in /home/mikael you should have

file:/home/mikael/lostinspace.mov

Hope this helps
Emil

Mikael Formanek wrote:

···

Hi!

I have two problems with the sip-com application.
#1: Connecting works fine, sound is transmitted both ways, for something
between 3.4 and 3.7 seconds, then the timer on one of the computers stop,
and so does all the sound on both computers. It is always the same computer
that stops when connecting two RedHat (kernel 2.6.1, JMF2.1.1, Java 1.4.2)
computers. When running the faulty computer agains a Win2003 machine, it
works.

#2: I am trying to use the video feature of sip-com with the videofile
(lostinspace.mov). I specify the path and filename in
net.java.sip.communicator.media.MEDIA_SOURCE, restart the application and
make the call. Ringing works fine, answering as well, both computers show as
being in a call, but no sound (neither from mic nor movie) or movie is
shown. The same result wether connecting redhat-redhat or win2003-redhat.

Any idea what I am missing? The logs do not indicate any errors in either
case.

Regards

Mikael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@sip-communicator.dev.java.net
For additional commands, e-mail: users-help@sip-communicator.dev.java.net

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@sip-communicator.dev.java.net
For additional commands, e-mail: users-help@sip-communicator.dev.java.net