Opened 11 years ago
#1679 new enhancement
Video FPS/framerate converter
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | Known-Issues-and-Ideas |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
When first PJSUA video preview (capturer) is started with framerate 30 fps, any video call using that capturer will "process" video stream with framerate 30 fps too, regardless if video stream is started with different framerate (and the RTP timestamp still uses video stream framerate, instead of capturer framerate).
Workaround:
- By closing the video preview before call established, so capturer will be opened with framerate based on call video stream settings.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
Proposed patch from Arkadiusz Wronski, thanks. Note: Works only in case we want to lower the fps, and tested only with values being multiplication of 5.