Re: [Live-devel] [Question] Streaming transmission rate of liveMedia Server

2008-04-04 Thread Cristiano Belloni
Ross Finlayson wrote: >> >> I'm analyzing Live555MediaServer to find out how >> the server decides its transmission rate! >>> It's determined by the "fDurationInMicroseconds" parameter set for >>> the source object that feeds into each "RTPSink" (subclass). I.e

Re: [Live-devel] [Question] Streaming transmission rate of liveMedia Server

2008-04-04 Thread Ross Finlayson
> >> I'm analyzing Live555MediaServer to find out how >>> the server decides its transmission rate! >>> >> >> It's determined by the "fDurationInMicroseconds" parameter set for >> the source object that feeds into each "RTPSink" (subclass). I.e., >> its the data sources that determine the

Re: [Live-devel] [Question] Streaming transmission rate of liveMedia Server

2008-04-04 Thread Cristiano Belloni
Ross Finlayson wrote: >> I'm analyzing Live555MediaServer to find out how >> the server decides its transmission rate! >> > > It's determined by the "fDurationInMicroseconds" parameter set for > the source object that feeds into each "RTPSink" (subclass). I.e., > its the data sources that d

Re: [Live-devel] [Question] Streaming transmission rate of liveMedia Server

2008-04-02 Thread Ross Finlayson
>I'm analyzing Live555MediaServer to find out how >the server decides its transmission rate! It's determined by the "fDurationInMicroseconds" parameter set for the source object that feeds into each "RTPSink" (subclass). I.e., its the data sources that determine the transmission rate. The "fDu