Re: [Live-devel] Accessing RR stats

2012-01-12 Thread Ross Finlayson
> Would I access the RTPTransmissionStatsDB in function > RTSPServer::RTSPClientSession:noteLiveness() in RTSPServer.cpp? No; that function is used only by the RTCP implementation (when it receives an incoming "RR" packet). It's not a function that you would call (or modify) yourself. > Alte

Re: [Live-devel] StreamReplicator active replicas count

2012-01-12 Thread Ross Finlayson
Mike, Thanks for noticing this bug. Your suggested fix looks good, and will be included in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://l

[Live-devel] Accessing RR stats

2012-01-12 Thread liquidl
Hi, I am using a class derived from OnDemandServerMediaSubsession.  I know that a class derived from OnDemandServerMediaSubsession automatically instantiates RTCPInstance for each stream and I can very well see the VLC client and my RTSP server talking RTCP protocol. Now my issue is that I'd li

[Live-devel] StreamReplicator active replicas count

2012-01-12 Thread Mike Stewart
Hello All, I have been looking at the new StreamReplicator class and find I am hitting the 'Internal Error 2' logging in StreamReplicator::deliverReceivedFrame() when a StreamReplica is removed whilst another remains active. This could be due to a double-decrement of fNumActiveReplicas as S

Re: [Live-devel] RTSP only in Lan - Lan ?!

2012-01-12 Thread GS Net Player
Hi Ross, thank you for your response, I changed everything as you suggested but still can not get stream from rtsp://xxx.xxx.xxx.xxx:8554/testStream or rstp://xxx.xxx.xxx.xxx:8000/testStream ! Otherwise, when I put in my code: { char const* streamName = "StreamTest"; char const* inputF

Re: [Live-devel] "no frame!"

2012-01-12 Thread Jeff Shanab
You may be doing a bit more work than is necessary. Most H264 streams have the SPS and PPS embedded periodically. Here is my setup, note the extradata is set to NULL and size set to 0. This you need to do then on decode of the first frame liavcode fills in the rest of the context. pCodec_ = av

Re: [Live-devel] RTSP only in Lan - Lan ?!

2012-01-12 Thread Marlon Reid
Make sure that your firewall allows communications on the network for the specified port. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of GS Net Player Sent: 12 January 2012 14:12 To: live-de...@ns.live555.com Subj

Re: [Live-devel] RTSP only in Lan - Lan ?!

2012-01-12 Thread Ross Finlayson
> Can someone tell me why my rtsp code only works in the local network ( Lan - > Lan ) but not on Windows Server 2008 ( hosting ) ? Probably because you don't have IP multicast routing between the sending computer (that's sending to multicast address 239.255.42.42, port ) and the computer

[Live-devel] RTSP only in Lan - Lan ?!

2012-01-12 Thread GS Net Player
Can someone tell me why my rtsp code only works in the local network ( Lan - Lan ) but not on Windows Server 2008 ( hosting ) ? here's my code: #include "liveMedia.hh" #include "BasicUsageEnvironment.hh" #include "GroupsockHelper.hh" UsageEnvironment* env; Boolean const isSSM = True; char co

Re: [Live-devel] Broadcasting live events with an iPhone using Live555 media libraries

2012-01-12 Thread Anthony Nevo
Thanks very much Ross for your answer. I'm all for "pulling" data from the client but my main problem is that, because we'll be mainly on cellular networks, all clients will be behind a WISP and, thus, expose the same IP address to the internet world. As I suppose it's the server that has to ini