i don't know how to get sdp information, the server don't give a sdp file.<br><div class="gmail_quote">in live555.cpp sdp file is a object of MediaSubsession and sub->fmtp_spropparametersets() is the function of get the information, but i'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"><<a href="mailto:rdenis@simphalempin.com" target="_blank">rdenis@simphalempin.com</a>></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, "Íõçâ" <<a href="mailto:claritywong@gmail.com" target="_blank">claritywong@gmail.com</a>> wrote:<br>
> 2. add function h264_init<br>
> static void *h264_init (demux_t *demux)<br>
> {<br>
> es_format_t fmt;<br>
><br>
> es_format_Init (&fmt, VIDEO_ES, VLC_FOURCC ('h', '2', '6', '4'));<br>
> return codec_init (demux, &fmt);<br>
> }<br>
> i also changed function es_format_Init with fmt->b_packetized =<br>
> 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>