smartdevicelink / sdl_hmi

BSD 3-Clause "New" or "Revised" License
14 stars 43 forks source link

FFMPEG assumes video framerate is always 25fps #685

Closed jacobkeeler closed 2 years ago

jacobkeeler commented 2 years ago

Bug Report

When performing video streaming via the HMI, ffmpeg seems to always assume that the app is sending 25fps video, regardless of the actual input framerate. The HMI should be able to determine the framerate from the video source itself

Reproduction Steps
  1. Start video service with 10fps video from Android app
Expected Behavior

Video begins streaming in HMI, video plays at 10fps

Observed Behavior

HMI attempts to play the video at 25fps, causing significant stuttering

Browser & Version Information
jacobkeeler commented 2 years ago

Closed via #687