Re: [Live-devel] mulitcast slow down network.

2015-05-24 Thread Ross Finlayson
> I basically have two problems on my RTSP server, I implement my RTSP server > based on "testH264Vdieostreamer" example, so it is multicast both audio and > video, one problem we found was that multicast will slow down the whole local > network, especially for the wireless device, we noticed a

Re: [Live-devel] OSX build

2015-05-24 Thread Ross Finlayson
> On May 24, 2015, at 4:02 PM, Jeff Shanab wrote: > > When I build live555 on OSX I have to add a definition for SOCKLEN_T. […] > Am I missing something? Probably. The “config.macosx” file adds -DSOCKLEN_T=socklen_t to the command line. So that suggests (assuming that you’re building

[Live-devel] OSX build

2015-05-24 Thread Jeff Shanab
When I build live555 on OSX I have to add a definition for SOCKLEN_T. #ifdef SOLARIS #define u_int64_t uint64_t #define u_int32_t uint32_t #define u_int16_t uint16_t #define u_int8_t uint8_t #endif #endif #ifdef __APPLE__ << I add these #define SOCKLEN_T unsigned i

Re: [Live-devel] [PATCH 1/4] StreamReplicator: deactivate replicas before removing them

2015-05-24 Thread Ross Finlayson
Yes, that was definitely a bug. ("StreamReplicator::removeStreamReplica()” should call “deactivateStreamReplica()” before (possibly) deleting the “StreamReplica” object.) This will be fixed in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

[Live-devel] RTSP Register with the sample codes

2015-05-24 Thread Timothy Wu
Hello, I would like to see for myself that RTSP REGISTER make through NAT firewall. So I'm using the sample programs provided So I have a Live555 proxy server available on a public IP address. I ran it like this: sudo ./live555ProxyServer -V -T 80 -p 554 -R At home on my Mac behind NAT, I ra