Re: [Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-03 Thread Ross Finlayson
>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

Re: [Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-02 Thread Allen, Toby Edward Gedis (Toby)
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

Re: [Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-02 Thread Ross Finlayson
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

Re: [Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-02 Thread Manju TN
: 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)

Re: [Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-01 Thread Ross Finlayson
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

[Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-01 Thread Manju TN
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