GNOME Bugzilla – Bug 656030
Add Configurable Multicast Address Specification
Last modified: 2011-08-16 12:57:32 UTC
Created attachment 193310 [details] Add Configurable Multicast Address Specification I had exchanged e-mails with Wim last year on adding configurable multicast address specification to the RTSP Server. I got real busy and did not have time to make the change until this week. I hope this is what he was envisioning.
Created attachment 193423 [details] [review] Modified previous patch to account for change needed for SDP... Modified previous patch to account for change needed for SDP...
Created attachment 193444 [details] [review] Add Configurable Multicast Address Specification - Patch Revised test-launch example had hardcoded IP address left in it from debugging...all should be fine now...
Created attachment 193486 [details] [review] Modified previous patch to account for bug introduced by last patch... A bug was uncovered in the previous patch and has now been fixed. It had to do with launch lines containing multiple payloads.
*** Bug 653317 has been marked as a duplicate of this bug. ***
commit 56a16f9f5a67c05f74b8c2ebf386f598280d652e Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Aug 16 13:43:44 2011 +0200 client: use media multicast group commit 2c9701bd73686be01143c73feb6b095ccd03eb20 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Aug 16 13:37:50 2011 +0200 retab some .h commit a5e028ba72a195aa35f220b8ba7d49398f5995e0 Author: Robert Krakora <rob.krakora at messagenetsystems.com> Date: Tue Aug 16 13:31:52 2011 +0200 sdp: copy and free the server ip address Copy and free the server ip address to make memory management easier later. commit 647e8c7af8fed431f2904e1bd7c0d2612092b995 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Aug 16 13:27:39 2011 +0200 media-factory: configure multicast in media commit c0793251698f91982002c6e8d3f450e8c1270822 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Aug 16 13:25:16 2011 +0200 media: add property for multicast group Add a property to configure the multicast group in the media. Based on patches from Marc Leeman and Robert Krakora. commit 514728864a34459b52a48e8bd805cde0dc2a3685 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Aug 16 13:13:36 2011 +0200 media-factory: add property for multicast group Add a property to configure the multicast group in the media factory. Based on patches from Marc Leeman and Robert Krakora. commit b881dc66690f81b5928f859e43c202440b85ab97 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Aug 16 12:51:44 2011 +0200 client: do configuration of transport in one place Move the configuration of the transport destination address to where we also configure the other bits.