jacobbo / WebEye

WebEye is a collection of .NET controls.
190 stars 132 forks source link

Stream playback from camera is slow #17

Open hsnyder opened 8 years ago

hsnyder commented 8 years ago

When using this component to play an rtsp stream from an IP camera (via a WPF application), the stream is very slow. I believe that what is happening is the stream player's framerate is different from the stream frame rate... so, the camera is getting frames at (for example) 20 frames per second, but the player is playing them back at 10 frames per second without skipping any frames. So not only does the stream appear to be in slow motion, but it also gets more and more delayed as playing continues.

I could be wrong about the cause, but the effect is as I've described.

Any notion of why this might be and what I might be able to do to address it?

Thanks.

PirSoft commented 7 years ago

same problem.