}
public void onTransmitRTP()
{
RTPTransmitWizard w = new RTPTransmitWizard(getParentFrame(), prefs.rtpTransmitWizardConfig);
boolean result = w.run();
// store preferences if successful
if (result)
{
containerPlayer.setRealizedStartedProcessor(w.getResult().processor);