Hi,<br><br>I am trying to track <b>RTP</b> and <b>RTCP</b> packets in a streaming
service based in <b>VLC 0.8.6.e</b> through the telnet interface, generating VOD and
broadcast streams. In order to catch the packets I use Wireshark. Both
server and client sides run over <b>Linux 2.6.24-16</b>.<br>
<br>The VLC server configuration is this:<br><br><font size="2"><span style="font-family: courier new,monospace;">#VOD</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">new garbage vod enabled</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setup garbage input /media/MOTHER/diptvServerLinux32/contents/rock_GARBAGE.mpg</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">new offspring vod enabled</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setup offspring input /media/MOTHER/diptvServerLinux32/contents/punk_OFFSPRING.mpg</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#BROADCAST</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">new br broadcast enabled loop</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setup br input /media/MOTHER/diptvServerLinux32/contents/metal_KORN.mpg</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">setup br output #rtp{mux=ts,dst=<a href="http://239.255.1.2/" target="_blank">239.255.1.2</a>,name="Channel"}</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">control br play</span></font><br><br><br>So, I have two problems:<br><br>1.
<b>VOD</b>: Client side sends RTCP packets (Receiver Reports and Source Description messages in a RTCP packet) to the<b> tcpmux port (1</b>) and server
side answers with an<b> ICMP packet (Destination unreachable - Port
unreachable).</b> AFAIK RTCP packets should be sent (in default mode) to
the video/audio stream port + 1, shouldn't they? What has to be done in
order to keep RTCP packets sent properly? It is properly implemented? Besides that, <b>there are no Sender Reports</b> at all from the server side. It is implemented to be sent?<br>
<br>2. <b>BROADCAST</b>: There are<b> no RTCP packets at all</b>. Again, AFAIK, RTCP
packets must be sent both in unicast and multicast streams, so, what is
happening?<br><br>
<br>Thank you all,<br>Javi