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
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
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
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
_
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo