>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
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.