0

I'm using LibVLCSharp to play a h264 video stream streamed from socekt, but it seems like I'm playing the wrong number of frames per second, causing the video to play wrong

code rdp
  • 3
  • 1

1 Answers1

0

Use --h264-fps=30 , for example for 30FPS, in the libvlc options.

See https://wiki.videolan.org/VLC_command-line_help/

cube45
  • 3,429
  • 2
  • 24
  • 35