Hi, > > README: ... > - Streaming doesn't work for me in this release. If you get it working please let me know! with a little help from cygwin and mplayer for Windows I got it working (don't do that at home... it's too ugly!) mplayer.bat --------------------------------------------------- @echo off C: chdir C:\Programme\cygwin\bin type %1 | bash -c "/bin/xargs.exe /cygdrive/c/programme/mplayer/mplayer.exe -nocache" del %1 ---------------------------------------------------- At least it works for me. Helge.