cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
278
Views
0
Helpful
1
Replies

RTP JMF help!

Davide Fiumi
Level 1
Level 1

Hi,

I'd like developing an application that, from one phone, sends an audio prompt to another phone.

I think to use JMF API. So I download AVTransmit2 and AVReceive2 but I don't know how to use them.

Can you help me?

For example:

IPSenderPhone(172.20.0.1)

IPReceiverPhone(172.20.0.2)

I must install JMF, compile java file and then?

Thank you

1 Reply 1

stephan.steiner
Spotlight
Spotlight

as far as I recall if you launch avtransmit2 without parameters (it's a commandline program, so launch it via "java avtransmit2" it should tell you how you can use it. There's a source, an IP address and a port as parameters I think). To receive, I suggest using JMFStudio that you'll get by installing the JMF framework.. it'll make things a bit easier for you.