first of all I wanna say. this program works almost perfectly for me except for this small issue.
http://www.justin.tv/joe33345678/b/265507793
I use the JTVLC API to stream to justin tv using vlc media player. now the API works fine but I think there's something up with vlc, for some odd reason the aspect ratio is wrong . I've tried figuring this out myself with a command line I found but I'm not too sure whats going on.
:sout=#transcode{venc=x264{keyint=128,idrint=2,cabac=0,bframes=0},vcodec=h264,vb=530,fps=24,scale=1,acodec=mp3,ab=128,channels=2,samplerate=44100,audio-sync,threads=2,deinterlace{deinterlace=linear}}:rtp{dst=127.0.0.1,port=1234,sdp=file://C:\vlc.sdp} --aspect-ratio=4:3
This is through the streaming wizard in VLC 1.1.0 RC4, I might have the wrong aspect-ratio command line, im not too sure . any ideas on how to fix the aspect ratio guys?