Developing multimedia applications with  JMF         T.G.Venkatesh      
63
Media Transmission using RTPManager
•Prepare  RTPManager as follows
•Instantiate RTPManager - RTPManager.newInstance();
• Intialize RTPManager to add local session address
ØrtpManager.initialize( localaddr);
•Add Listeners ( Receive, Session, Send)  - Optional.
ØrtpManager.addSendStreamListener( );
•Specify remote session addresses using addTarget() method. - rtpManager.addTarget( remoteAddr );
•Prepare a DataSource to stream the data for transmission
•source = Manager.createDataSource( aLocator );
•instantiate and realize the Processor from DataSource.