|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
Transmit
|
|
|
• |
Create a send
stream using this DataSource and
|
|
|
RTPManager.
|
|
|
|
Ø |
Stream
= rtpManager.createSendStream(output,0);
|
|
|
|
Ø |
stream.start();
|
|
|
• |
Stopping
transmission
|
|
|
|
Ø |
stream.close();
|
|
|
|
Ø |
processor.close();
|
|
|
|
Ø |
rtpManager.removeTarget(
remoteAddr ,"Stop requested");
|
|
|
Ø |
rtpManager.dispose();
|
|
|
|