Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-15 Thread Ross Finlayson
> The current value (0.1 seconds, i.e., 100 ms) has been in place since November 2005, and (as far as I know) has worked fine for everyone since then. It doesn't work for me, I'm using: #define NEW_DURATION_WEIGHT 0.05 #define MAX_PLAYOUT_BUFFER_DURATION 0.25 // (seconds) Because we w

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-15 Thread Paul Corke
On 14 July 2010 17:50, Ross Finlayson wrote: > > At last, I found how to do, I reduced MAX_PLAYOUT_BUFFER_DURATION > > from 0.1 to 0.001 second and it works fine. > > The current value (0.1 seconds, i.e., 100 ms) has been in place since > November 2005, and (as far as I know) has worked fine for

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-15 Thread Lambert Marc
ank's again for your help -Message d'origine- De : live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : mercredi 14 juillet 2010 18:50 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-dev

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-14 Thread Ross Finlayson
YES !!! At last, I found how to do, I reduced MAX_PLAYOUT_BUFFER_DURATION from 0.1 to 0.001 second and it works fine. Actually, the value at 0.1 allows to have a gap about 100ms between the estimated rate and the output rate, it is too high for the DTE-3114. I find it amazing that in this da

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-13 Thread Lambert Marc
how it works. -Message d'origine- De : live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : lundi 12 juillet 2010 20:58 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] RTP packet lost whenLive

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-13 Thread Lambert Marc
gine- De : live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : lundi 12 juillet 2010 20:58 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE31

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-13 Thread Lambert Marc
...@ns.live555.com] De la part de Ross Finlayson Envoyé : lundi 12 juillet 2010 20:58 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114 >You shouldn't try to modify the code of the library unles

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-13 Thread Lambert Marc
ge d'origine- De : live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : lundi 12 juillet 2010 20:58 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] RTP packet lost whenLive555MediaServerstreams

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-12 Thread Ross Finlayson
You shouldn't try to modify the code of the library unless you find a bug. Yes, thank you Guy! The library send the packets at the appropriate time following the RTP specification unless the OS timer resolution create an issue. Marc, what OS are you using? If you are using Windows, then it

Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114

2010-07-12 Thread BONNEAU Guy
aming Media - development & use Subject: Re: [Live-devel] RTP packet lost whenLive555MediaServerstreamsforward Dektec DTE3114 I just tried to modify the fDurationInMicroseconds but it doesn't work. Actually, It seems the task sends packet through "sendPacketIfNecessary" a