You are not logged in.
Pages: 1
I'm trying to stream music from netjuke through mplayer. Netjuke creates .m3u files but when I tell mplayer to play the file I get the following error:
Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll
I have the codecs package installed and there are a lot of codecs in /usr/lib/win32 but no avisynth.
How can I fix this?
Last edited by dninja (2007-04-11 12:41:58)
Offline
try
mplayer -playlist playlist.m3u
Offline
That fixed it but I also need to add
-prefer-ipv4
to stop an ipv6 lookup issue
Offline
Pages: 1