public class RtpMrl extends Object implements Mrl
This class provides a fluent API for initialising the MRL, e.g.
String mrl = new RtpMrl().multicastAddress("234.0.0.1") .port(5401) .value();This will generate
"rtp://@234.0.0.1:5401"
.Copyright © 2009–2014 Caprica Software Limited. All rights reserved.