Re: [Live-devel] Multicast Streaming again

2008-06-27 Thread Ross Finlayson
ad 2) bind the socket to a multicast address? How does that work? Do you use your own library or the live library? Where do I have to add this code fragment to the live library? (Groupsock.cpp or GroupsockHelper.cpp or ..) The only way for me to change the interface address, in order to receive

Re: [Live-devel] Multicast Streaming again

2008-06-27 Thread Marian Kogler
face I could receive data packets, but had the merging problem. -Original Message- From: "Aeschbacher, Fabrice" <[EMAIL PROTECTED]> To: "LIVE555 Streaming Media - development & use" <[EMAIL PROTECTED]> Date: Fri, 27 Jun 2008 12:06:29 +0200 Subject

Re: [Live-devel] Multicast Streaming again

2008-06-27 Thread Aeschbacher, Fabrice
Hi, We already experienced the same problem. We found two different solutions: 1) Kernel path for the udp driver (see attachment) 2) Do NOT bind with INADDR_ANY but with the multicast address: ... // Following DOES NOT work as expected: the socket will become // datagrams from ALL multicast

Re: [Live-devel] Multicast Streaming again

2008-06-25 Thread Marian Kogler
ope this can be of some help. Best regards, Jan Borris -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] = [mailto:[EMAIL PROTECTED] P=E5 vegne af Marian Kogler Sendt: 24. juni 2008 14:16 Til: [EMAIL PROTECTED] Emne: Re: [Live-devel] Multicast Streaming again I would like to use two different ports, but I

Re: [Live-devel] Multicast Streaming again

2008-06-24 Thread Marian Kogler
a - development & use <[EMAIL PROTECTED]> Date: Tue, 24 Jun 2008 04:01:10 -0700 Subject: Re: [Live-devel] Multicast Streaming again >I have recently posted a mail concerning multicast streaming over >two different ip addresses and >the same port. >(e.g. ip 1: 239.2

Re: [Live-devel] Multicast Streaming again

2008-06-24 Thread Ross Finlayson
I have recently posted a mail concerning multicast streaming over two different ip addresses and the same port. (e.g. ip 1: 239.255.42.42 .. port: 5008 ip 2: 239.255.42.43 .. port: 5008) When i tried to receive the right streams the two streams got merged. Source Specific Multicast was not a solu