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?