test-multicast.c
Jerry Geis
geisj at pagestation.com
Mon Jan 18 07:11:41 PST 2016
I am looking at test-multicast.c and I am confused by these lines:
/* make a new address pool */
pool = gst_rtsp_address_pool_new ();
gst_rtsp_address_pool_add_range (pool,
"224.3.0.0", "224.3.0.10", 5000, 5010, 16);
gst_rtsp_media_factory_set_address_pool (factory, pool);
How do I change these lines to only be set for a single address and single
port.
Like 239.0.0.1 and port 16200
Thanks,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160118/1b4093a2/attachment.html>
More information about the gstreamer-devel
mailing list