How to specify the framerate with Live555 RTSPServer?

418 Views Asked by At

I'm trying to put a raw H264 stream into RTSP with Live555 but I ran into a framerate problem.

I've learned that raw H264 streams do not have timestamps.

I'm using Live555's H264VideoFileServerMediaSubsession.

The problem is that my raw H264 stream is created with 20fps, but when a client (ffplay) plays the RTSP stream (with the h264 encapsulated), it defaults to 25fps.

Shall I set (force) the framerate in Live555's subsession, or should the raw H264 stream already contain it?

0

There are 0 best solutions below