// Client MRL: rtp://@230.0.0.1:5005
manager.addBroadcast("Movie2", "/movies/Movie2.iso", "#rtp{dst=230.0.0.1,port=5005,mux=ts", true, false);
// Next play all of the broadcasts
manager.play("Movie1");
manager.play("Movie2");
// Dump out some information about the media (these methods return JSON)
System.out.println("Movie1: " + manager.show("Movie1"));
System.out.println("Movie2: " + manager.show("Movie2"));