> 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
> 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
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
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/
___
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