I use <br><span style="color: rgb(0, 153, 0);">gst-launch filesrc &quot;location=video/1.MPG&quot; ! decodebin ! videorate ! video/x-raw-yuv, width=640,height=480,framerate=25/1 ! ffmpegcolorspace ! jpegenc ! multipartmux ! tcpserversink host=192.168.2.1 port=$portNumber</span> <br>

to stream a video and can change the video frame rate in this way.<br><br>But in this way the frame rate is fixed (i.e., <span style="color: rgb(0, 153, 0);">framerate=25/1<span style="color: rgb(0, 0, 0);"> here</span></span>). <br>

How can I change the frame rate dynamically?<br>I mean, during the streaming of this video, I can change the framerate anytime I want.<br><br>Thanks!<br>