hi,
i am trying but i can't.. i want to stream an analog line-in source from one PC with phono deck's to another room with a ps3.
On any pc i can stream my "line-in" easily using VLC streaming with directshow and standart http protocoll to other pc's.
Various clients can connect (i mean with typical media player software) but NOT the PS3 or a webbrowser
i was using http with 320kbit mp3 transcoding and no video-data in a mpg-ts contailer because in this config it was working for pc's. the address was like http://192.0.0.x:8080
but the PS3 says unknown format when i try to add this adress to WEB.config or try to start it directly with the ps3-webbrowser.
A generated m3u or pls playlist,won't work either.
if someone will point me to the direction of the solution i would be so glad because i really don't kwno how to set up a more self announcing server that is compliant to the ps3
EDIT Found a solution: use MMS protocoll, tried with an ASF container, no video, MP3 or AC3 audio, viola, hear pc-line-in on on ps3 (with global lag ~10sek)
this will be the string for command line execution (in my case):
vlc.exe -vvv dshow:// :dshow-vdev="none" :dshow-adev="Realtek AC97 Audio" :dshow-caching=1000 --sout=#transcode{vcodec=none,acodec=a52,ab=320,channels=2,samplerate=44100}:std{access=mmsh,mux=asfh,dst=my_ip_adress:port}
vlc: 1.0.5
ps3ms: 1.10.51
xp/win7/ps3fw3.15
