<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
thanks for the answer<br>
<br>
Rémi Denis-Courmont ha scritto:
<blockquote cite="mid:200704301648.15944@auguste.remlab.net" type="cite">
  <pre wrap="">Le lundi 30 avril 2007, Alessio Tosi a écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,

sorry if you have already received such a question but I'm new to
this mailing list (and sorry for my bad english... ;-) ).

I have to transmit a video (coded with x264) over a RTP/UDP/IPv6
(possibly multicast) protocol stack.

First of all I try a unicast trasmission both on my own computer that
on a virtual machine installed in my LAN and controlled with Vmware.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Your SDP is doubly invalid. Brackets are illegal and so is the scope ID 
specification.
  </pre>
</blockquote>
yes, I knew that but VLC generates SDP files with brackets...anyway,
I've solved this problem.<br>
<blockquote cite="mid:200704301648.15944@auguste.remlab.net" type="cite">
  <pre wrap="">You cannot use link-local addresses for streaming on Windows.

  </pre>
</blockquote>
Does anyone know if this is a "bug" of the Window version (I have
0.86b) and it is going to be solved <br>
or if it is a choice of the programmers?<br>
<br>
Indeed, now I'm able to receive the stream on a multicast IPv4 local
address (eg. 224.0.0.1) opening the same SDP file both on VLC-Linux
that on Windows using QuickTime but not with VLC-Windows. In the latter
case it works only with the the function
sdp=rtsp://myLANaddress:8080/test.sdp but not opening directly the
file. <br>
Then, I continue having problems with IPv6...<br>
<br>
Alessio<br>
</body>
</html>