aliakseis / FFmpegPlayer

Simple FFmpeg video player
MIT License
151 stars 44 forks source link

RTP: missed packages #24

Open w136111526 opened 4 years ago

w136111526 commented 4 years ago

image Hello, I use video play RTSP video when the following phenomenon, video becomes very stuttering, and video size is 768 * 576, I would like to change how to modify?

aliakseis commented 4 years ago

Hi, Good question! I'm afraid I won't be able to help you much. Considering image size, porbably it depends on URL parameters or camera settings. Considering choppy/jerky video playback, probably it is because of UDP coming out of order, like here:
https://sourceforge.net/p/motion/mailman/message/36746078/ Or some other player synchronization approach is needed. Unfortunately I only use this player with either local files or HTTP(S) videos like YouTube ones, so I have no experience with RTSP.