1

I have a rtsp address from ip camera and i want to display it in player like VLC, QuickTime or RealPlayer. the problem is when i tried to display it through the player, there are a few second time delay between the the player and the real video. Is there any specific setting to reduce the time delay?

wmazizi
  • 99
  • 1
  • 1
  • 6

1 Answers1

0

try vlc --network-caching 150 --clock-jitter 0 --clock-synchro 0 rtsp://your-ip-address:8554/mystream

clogwog
  • 343
  • 2
  • 13