I use ffmpeg to send the RTP of mp4 (only video) to my RTP Server. And I could retrieve the RTP packet and get the 67 42 ... (sps).
But I want to calculate the frame rate from the sps(using vui(if flag == 1), time_tick and time_scale).
Are there any source code(such as open source) could resolve the sps ?
thanks !