Re: [Live-devel] Different client and server fps

2007-08-27 Thread Ross Finlayson
>Hi, I have a camera that streams video at 30 fps, but I need that my >client (based on openRTSP) records video at 10 fps without changing >the camera configuration. "openRTSP" will record whatever it sees coming in over the net - which in this case will be 30 fps video. If you want to change th

[Live-devel] Different client and server fps

2007-08-27 Thread Fantomas
Hi, I have a camera that streams video at 30 fps, but I need that my client (based on openRTSP) records video at 10 fps without changing the camera configuration. I've changed fDurationInMicroseconds in FramedSource and in MultiFramedRTPSource to 10, but I'm still receiving the video in 30 fps.