I am streaming files/live tv by vlc to my intranet, using multicast, rtp protocol.
I found that, with a 23.976 fps .mkv file, the out put fps in my client is 47.952431 in media information--codec deatil--stream 1.
I tried to specific a fixed fps in the command line, like this:
Code: Select all
:sout=#transcode{vcodec=h264,vb=5621,scale=0,width=1280,height=720,fps=23.976,acodec=mp3,ab=128,channels=2,samplerate=44100,scodec=dvbs,soverlay}:rtp{dst=239.9.9.10,port=5004,mux=ts} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep ;ttl=10
The fps in client shows is 47.952000.
So, what the problem? Both the server and client vlc is 1.1.4.
Thank you.