mdk-sdk icon indicating copy to clipboard operation
mdk-sdk copied to clipboard

How to change rtsp latency?

Open toan-tq opened this issue 3 years ago • 1 comments

Hello,

Does The lib QtAV has BufferMode mode so I can change latency of realtime rtsp stream. Does mdk-sdk library have similar option?

toan-tq avatar May 23 '22 10:05 toan-tq

no BufferMode. Player.setBufferRange() can do the same work, but it's already set to proper values for rtsp. you can apply ffmpeg avformat options, see https://github.com/wang-bin/mdk-sdk/wiki/Troubleshooting#mosaic-and-high-latency-in-rtsp

wang-bin avatar May 24 '22 03:05 wang-bin