<div dir="ltr">I am looking at test-multicast.c and I am confused by these lines:<div><div><br></div><div>  /* make a new address pool */</div><div>  pool = gst_rtsp_address_pool_new ();</div><div>  gst_rtsp_address_pool_add_range (pool,</div><div>      "224.3.0.0", "224.3.0.10", 5000, 5010, 16);</div><div>  gst_rtsp_media_factory_set_address_pool (factory, pool);</div></div><div><br></div><div>How do I change these lines to only be set for a single address and single port.</div><div>Like  239.0.0.1 and port 16200</div><div><br></div><div>Thanks,</div><div><br></div><div>Jerry</div></div>