>Wouldn't it be better to enhance RTCP instead of RTP? RTCP is designed
>to report all sorts of stats on RTP traffic.
RTCP is appropriate if (and only if) the statistics relate directly
to the performance of the RTP stream.
>We are currently
>investigating enhancements where I work for the impr
Wouldn't it be better to enhance RTCP instead of RTP? RTCP is designed
to report all sorts of stats on RTP traffic. We are currently
investigating enhancements where I work for the improvement of VoIP.
Toby
___
live-devel mailing list
live-devel@lists.li
To implement a new RTP payload format, you need to define and
implement a subclass of "MultiFramedRTPSink" (for sending), and
"MultiFramedRTPSource" (for receiving). There are several examples
of this in the code that you can review.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.co
: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] streaming rtp packets containing analysis
information through livemedia
My need is to stream the rtp packets that possess analysis
information.
Which RTP payload format is this? I.e., which RFC (or Internet Draft)
My need is to stream the rtp packets that possess analysis information.
Which RTP payload format is this? I.e., which RFC (or Internet
Draft) will you be implementing?
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/___
live-devel mail
Hi,
My need is to stream the rtp packets that possess analysis
information.This should happen only during some events on the source
side.
For that this is my approach:
- create a new rtppayloadtype
- create a new rtpsink to this payload type
- create new subsession
I am not aware as to mini