Hi all, I would like to receive an IPv6 UDP multicast stream using MPlayer but, wheater I use the official debian package or a self-compiled one with "enable-inet6" as configuration option, I get the error "Couldn't resolve name". Is IPv6 UDP streaming supported? I started to doubt when looking at the code I've not found in "stream/udp.c" any reference to the usage of IPv6 addresses and IPv6 sockets, whereas I found them in "/stream/tcp.c". Here is the log: $ mplayer -V udp://[ff05::1]:1234 MPlayer SVN-r30929-snapshot-4.2.4 (C) 2000-2010 MPlayer Team CPU vendor name: GenuineIntel max cpuid level: 10 CPU: Intel(R) Core(TM)2 Duo CPU T7400 @ 2.16GHz (Family: 6, Model: 15, Stepping: 11) extended cpuid-level: 8 extended cache-info: 268468288 Detected cache-line size is 64 bytes Testing OS support for SSE... yes. Tests of OS support for SSE passed. CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 1 SSSE3: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 SSSE3 CMOV get_path('codecs.conf') -> '/home/mine/.mplayer/codecs.conf' Reading /home/rmdtasse/.mplayer/codecs.conf: Can't open '/home/mine/.mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: CommandLine: '-V' 'udp://[ff05::1]:1234' get_path('font/font.desc') -> '/home/mine/.mplayer/font/font.desc' font: can't open file: /home/mine/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/home/mine/.mplayer/input.conf' Can't open input config file /home/mine/.mplayer/input.conf: No such file or directory Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config get_path('[ff05::1]:1234.conf') -> '/home/mine/.mplayer/[ff05::1]:1234.conf' Playing udp://[ff05::1]:1234. get_path('sub/') -> '/home/mine/.mplayer/sub/' STREAM_UDP, URL: udp://[ff05::1]:1234 Filename for url is now udp://[ff05::1]:1234 Filename for url is now udp://[ff05::1]:1234 Listening for traffic on ff05::1:1234 ... Counldn't resolve name: ff05::1 udp_streaming_start failed No stream found to handle url udp://[ff05::1]:1234 Exiting... (End of file) Thank you and best regards Dimitri Tassetto -- Dimitri Tassetto