I'm trying to take an mpegts stream directed to stdout and pipe it to vlc to then transcode and stream accross the network. Am I correct in assuming VLC can do this? The line I've come up with looks like this: ./test-mpeg2 -r 2 | vlc -vvv '#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace...