i don&#39;t know how to get sdp information, the server don&#39;t give a sdp file.<br><div class="gmail_quote">in live555.cpp sdp file is a object of MediaSubsession and sub-&gt;fmtp_spropparametersets() is the function of get the information, but i&#39;ve no idea about how to get it without MediaSubsession<br>

<br><div class="gmail_quote">2008/12/4 R¨¦mi Denis-Courmont <span dir="ltr">&lt;<a href="mailto:rdenis@simphalempin.com" target="_blank">rdenis@simphalempin.com</a>&gt;</span><div><div></div><div class="Wj3C7c"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><br>
On Thu, 4 Dec 2008 16:50:18 +0800, &quot;Íõçâ&quot; &lt;<a href="mailto:claritywong@gmail.com" target="_blank">claritywong@gmail.com</a>&gt; wrote:<br>
&gt; 2. add function h264_init<br>
&gt; static void *h264_init (demux_t *demux)<br>
&gt; {<br>
&gt; &nbsp; &nbsp; es_format_t fmt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; es_format_Init (&amp;fmt, VIDEO_ES, VLC_FOURCC (&#39;h&#39;, &#39;2&#39;, &#39;6&#39;, &#39;4&#39;));<br>
&gt; &nbsp; &nbsp; return codec_init (demux, &amp;fmt);<br>
&gt; }<br>
&gt; i also changed function es_format_Init with fmt-&gt;b_packetized &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =<br>
&gt; false;<br>
<br>
</div>This is unlikely to work for h264. Normally, additional stream-specific<br>
informations are needed, which are usually found in the SDP a=fmtp line.<br>
Did you compare with what modules/demux/live555.c was doing?<br>
<br>
--<br>
<font color="#888888">R¨¦mi Denis-Courmont<br>
<br>
</font></blockquote></div></div></div><br>
</div><br>