Re: [Live-devel] doEventLoop with fWatchVariable

2009-01-21 Thread Yedidia Amit
thanks :) Regards, Amit Yedidia Elbit System Ltd. Email: amit.yedi...@elbitsystems.com Tel: 972-4-8318905 -- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live55

Re: [Live-devel] doEventLoop with fWatchVariable

2009-01-21 Thread Ross Finlayson
I am using the fWatchVariable to notift the eventLoop to exit. (as it should be) However if no connection is avaialble (nothing is waking the loop), this variable will not be tested and the eventLoop is blocked. Is there some "refresh" command to the loop that will force it to wake , so the

[Live-devel] doEventLoop with fWatchVariable

2009-01-21 Thread Yedidia Amit
Hi All, I am using the fWatchVariable to notift the eventLoop to exit. (as it should be) However if no connection is avaialble (nothing is waking the loop), this variable will not be tested and the eventLoop is blocked. Is there some "refresh" command to the loop that will force it to wake , so

[Live-devel] Question Concerning OnExpire in rtcp_from_spec

2009-01-21 Thread Silvers, Christopher
Hello, I am having some difficultly understanding why a timeout of a transmission of a RTCP BYE packet in the OnExpire function of rtcp_from_spec.c necessitates an exit() call? Is this condition truly a fatal error for the RTSP server? Thanks, Chris Silvers Harris Corporation _

Re: [Live-devel] What to do when fNumTruncatedBytes > 0

2009-01-21 Thread Matt Schuckmann
Ross Finlayson wrote: I'm wondering what I can do when fNumTruncatedBytes is > 0 on either the client or server side. I don't really understand this question. "fNumTruncatedBytes" is a variable that is *set* (not queried) by each "FramedSource" subclass (including any new "FramedSource" su

Re: [Live-devel] H264 streaming

2009-01-21 Thread Aditya Vikram
I have written RTSP directshow filter on the lines of openRTSP. How can I stop streaming (Teardown) ? From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, January 21, 2009 3:52 AM To: LIVE

Re: [Live-devel] What to do when fNumTruncatedBytes > 0

2009-01-21 Thread Ross Finlayson
I'm wondering what I can do when fNumTruncatedBytes is > 0 on either the client or server side. I don't really understand this question. "fNumTruncatedBytes" is a variable that is *set* (not queried) by each "FramedSource" subclass (including any new "FramedSource" subclass that you define an

Re: [Live-devel] UNSUPPORTED TYPE(0xca)

2009-01-21 Thread Ross Finlayson
I get this message in my ( DEBUG defined compiled ) live555 RTSP/RTP/RTCP server: validated RTCP subpacket (type 2): 1, 201, 0, 0x800057f8 UNSUPPORTED TYPE(0xca) You don't have to worry about these. They are SDES packets. Although our RTCP sending code sends these, our RTCP receiving code d

Re: [Live-devel] SR Report

2009-01-21 Thread Ross Finlayson
I have to send SR reports manually because myrtpsink use a class that inherits from rtpsink but uses an infinite loop to read the packets within two temporary buffer files. If you're not willing to use the RTCP implementation ("RTCPInstance") that we provide, then you're not going to get any

Re: [Live-devel] Reclaiming live clientsessions

2009-01-21 Thread Ross Finlayson
The process is never closed, even if an Administrator needs to change the RTSPServer port (for firewall testing/maintenance) This seems like bad system design. You already need to create new processes when you restart the system after a power failure (for example), so you might as well do the

Re: [Live-devel] qosMeasurementRecord problem

2009-01-21 Thread Ross Finlayson
Hi Ross,I use qosMeasurementRecord and it works!But sometimes, when I open more clients, or when I restart a client, qosMeasurementRecord don't works!The reports, in fact, shows UNAVAIBLE, RECEIVED PACKETS=0, PACKETS LOSS=milions, etc.I follow the example openRTSP to report QoS. The problem hap

Re: [Live-devel] scheduleNextQOSMeasurement() bug?

2009-01-21 Thread Ross Finlayson
Hi Ross,I would like to report a possible bug in scheduleNextQOSMeasurement(): unsigned usecsToDelay = nextQOSMeasurementUSecs < timeNowUSecs ? 0 : nextQOSMeasurementUSecs - timeNowUSecs; I think that should be so: unsigned usecsToDelay = nextQOSMeasurementUSecs < timeNowUSecs ? qosMeasurementI

Re: [Live-devel] H264 streaming

2009-01-21 Thread Ross Finlayson
Does openRTSP support H.264 streaming Yes, our RTSP client code (including the "openRTSP" application) can receive standard H.264 RTSP/RTP streams. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing list live-devel@l