<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=480474813-06032007><FONT face=Arial
color=#0000ff size=2>If you are not sending an encapsulated steam (i.e
MPEG_TS), then VLC will need an sdp file to tell it what the RTP stream is. I
used this one to get VLC to play an RTP/H263 stream</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=480474813-06032007><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=480474813-06032007><FONT face=Arial
color=#0000ff size=2>start vlc like this:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=480474813-06032007><FONT face=Arial
color=#0000ff size=2>vlc -vvv <A
href="file://c:\file.sdp">file://c:\file.sdp</A></FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><SPAN class=480474813-06032007><FONT face=Arial color=#0000ff size=2>where
file.sdp is your sdp file which should look something like
this:</FONT></SPAN></DIV>
<DIV><SPAN class=480474813-06032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=480474813-06032007><FONT face=Arial size=2>v=0</FONT> <BR><FONT
face=Arial size=2>o=- 7776 3 IN IP4 10.215.130.112</FONT> <BR><FONT face=Arial
size=2>s=Test H263 stream</FONT> <BR><FONT face=Arial size=2>i=Parameters for
the session streamed by "ChipsAhoyH263"</FONT> <BR><FONT face=Arial size=2>t=0
0</FONT> <BR><FONT face=Arial size=2>m=video 7776 RTP/AVP 98</FONT> <BR><FONT
face=Arial size=2>a=rtpmap:98 H263-1998/90000</FONT> <BR><FONT face=Arial
size=2>a=fmtp:98 profile=0; level=40</FONT> <BR><FONT face=Arial
size=2>b=TIAS:2048000 </FONT><BR></SPAN></DIV>
<DIV><SPAN class=480474813-06032007><FONT face=Arial color=#0000ff size=2>7776
is the port I am streaming to in this case and the RTP payload type is a
dynamic one (98)</FONT></SPAN></DIV>
<DIV><SPAN class=480474813-06032007><FONT face=Arial color=#0000ff size=2>You
will need to make sure your streamer set this correctly in the RTP header (PT
field).</FONT></SPAN></DIV>
<DIV><SPAN class=480474813-06032007></SPAN> </DIV>
<DIV><SPAN class=480474813-06032007><FONT face=Arial color=#0000ff size=2>Check
my recent postings on H263 streaming as I have recently been though the wringer
on this subject...</FONT></SPAN></DIV>
<DIV><SPAN class=480474813-06032007><FONT face=Arial color=#0000ff
size=2>-Chris</FONT></SPAN></DIV>
<DIV><SPAN class=480474813-06032007><FONT face=Arial color=#0000ff
size=2></FONT> </DIV></SPAN>
<DIV><BR></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> vlc-bounce@videolan.org
[mailto:vlc-bounce@videolan.org] <B>On Behalf Of </B>jogging
song<BR><B>Sent:</B> 06 March 2007 09:31<BR><B>To:</B>
vlc@videolan.org<BR><B>Subject:</B> [vlc] can vlc recognize rtp video
stream?<BR></FONT><BR></DIV>
<DIV></DIV>Hi,<BR> I send a rtp video stream to vlc, and hope
that vlc recognize the stream type from rtp playload type and begin to
<BR>decode the stream. The RTP of H.263 and MPEG4 obeys the corresponding RFC.I
try it and find vlc doesn't work. <BR>In the website of vlc, the features say
that vlc supports RTP/UDP unicast and UDP/RTP multicast. what does it mean?
<BR>In the forum, I learn that a sdp is needed, I'm not sure. <BR>Can anyone
help me?<BR>Thanks.<BR><BR>Best regards<BR>jogging </BODY></HTML>