Hi all,
i finally have it WORKING, so i share my experience in case it would also work for others.
i started by following mgillespie's instructions. I personally had much more luck with Audio Codec : mpga 128 2, cause otherwise some of my movies didn't have sound. But only a few worked. I saw some errors and warnings in the vlc messages, and after some googling found the parameter that, at least for me, changed everything : fps=25
You can add this parameter in the target field, or launch your movie directly from the command line with :
Code: Select all
vlc -vvv "toto.avi" --sout '#transcode{vcodec=mp2v,vb=1024,fps=25,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:8080}}'
and now ALL of my movies are streamed correctly !
I'm running twonky 4.4.2 under kubuntu. When i launch the VLC playlist i have a strange error message telling "A netwok error occured (80710716)". After a few seconds the movie starts playing JUST FINE.
for those running KDE and interrested in having a simple servicemenu create a file stream2ps3.desktop in ~/.kde/share/apps/konqueror/servicemenus containing
Code: Select all
[Desktop Entry]
ServiceTypes=video/*
Actions=stream2ps3
X-KDE-Priority=TopLevel
[Desktop Action stream2ps3]
Name=Stream to PS3
Icon=tv
Exec=sleep 15; vlc -vvv "%U" --sout '#transcode{vcodec=mp2v,vb=1024,fps=25,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:8080}}'
you then just have to right-click your movie, choose "Stream to PS3". You then have 15 seconds to go to your tv set, launch the VLC playlist and enjoy your movie.
Hope it can help some.
Regards.
EDIT : it seems we won't have to play long with these 'tricks' anymore, as it's now OFFICIAL that the PS3 will natively support divx files. GREAT !! But in the meantime streaming this way is still probably the best to do