Re: [Live-devel] Many multicast sources with same port problem

2010-10-01 Thread Zdenek Bouresh
On Fri, Oct 1, 2010 at 5:05 PM, Ross Finlayson wrote: > I have done some investigation on this issue and here are the results and > suggestions. > > > 1. You were right, it works on freeBSD , but see 2. > > > 2. This is not a Linux bug > > > I guess we'll just have to disagree on this. > > > We

Re: [Live-devel] Many multicast sources with same port problem

2010-10-01 Thread Ross Finlayson
I have done some investigation on this issue and here are the results and suggestions. 1. You were right, it works on freeBSD , but see 2. 2. This is not a Linux bug I guess we'll just have to disagree on this. We know that one should not bind() to a multicast address Agreed :-) , but

Re: [Live-devel] Many multicast sources with same port problem

2010-10-01 Thread Zdenek Bouresh
Hello Ross, I have done some investigation on this issue and here are the results and suggestions. 1. You were right, it works on freeBSD , but see 2. 2. This is not a Linux bug, but intended behavior. making 1. an exception due to how multicast is implemented (different) in freeBSD. Here is w

Re: [Live-devel] VLC does not display any video when streaming with testMPEG4VideoStreamer

2010-10-01 Thread Ross Finlayson
You can either stop outputting any debug info until you know what the real issue is or just check for a null value returned from ctime(). Yes, to be on the safe side, the next version of the code will allow for the possibility of the "ctime()" call returning NULL. -- Ross Finlayson Live Netw