Desktop stream fine with 0.8.6, choppy with later versions
Posted: 23 Mar 2010 10:06
I am using VLC to stream the desktop content of a PC (Win XP SP3) to another PC in the LAN. With this syntax:
vlc screen:// :screen-fps=30 :screen-caching=100 :sout=#transcode{vcodec=mp4v,vb=2048,width=1280,height=1024,acodec=mpga,ab=64,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=239.255.200.200:5004}} :sout-keep
it is working just fine with VLC 0.8.6. However, when I set the respective values for any version >= 1.0.0, the result is extremely choppy. I also experimented with desktop streaming with different codecs and other settings, but did not manage to get it working satisfactorily on version >= 1.0.0, so I'm sticking with 0.8.6 to produce the stream for a while now. I found a few posts on regressions and the like between 0.8.6 and later versions, but could not really match it to my specific problem.
Does anybody have an idea? Is this specific issue already known?
vlc screen:// :screen-fps=30 :screen-caching=100 :sout=#transcode{vcodec=mp4v,vb=2048,width=1280,height=1024,acodec=mpga,ab=64,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=239.255.200.200:5004}} :sout-keep
it is working just fine with VLC 0.8.6. However, when I set the respective values for any version >= 1.0.0, the result is extremely choppy. I also experimented with desktop streaming with different codecs and other settings, but did not manage to get it working satisfactorily on version >= 1.0.0, so I'm sticking with 0.8.6 to produce the stream for a while now. I found a few posts on regressions and the like between 0.8.6 and later versions, but could not really match it to my specific problem.
Does anybody have an idea? Is this specific issue already known?