Have you had succeeded streaming from DSHOWCAM --> VLC on another regular machine (using psp compatible streaming settings)? If not, get that working first then try with the psp/PMPVLC client.
thanks for the reply.
ok, i forgot to mention im a totaly new to this, i dont know what the correct way to stream to another pc is either or the psp settings to use?
start with a standard streaming setup by follwing the steps here:
http://www.videolan.org/doc/streaming-h ... to-en.html
then try the same with this kind of command-line stream server config:
vlc.exe -v -I RC dvdsimple://D:@0 :sout="#transcode{vcodec=mp4v,vb=512,acodec=mp4a,ab=16,
samplerate=24000,deinterlace,audio-sync,channels=2}
:standard{access=file,mux=mp4,url=':1234'}" vlc:quit
--sout-transcode-width=368 --sout-transcode-height=208
--aspect-ratio=width:height
use url='10.0.1.45:1234'
where 10.0.1.45 is replaced with the address of the client machine
And the client in a similar setup to the first stream setup. THEN you can try with the psp client. Baby steps are the key to isolating technical problems, so if there's a problem with a step, go back to the previous step that worked and build up to the next step part by part to isolate the problem