<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<META name="GENERATOR" content="onet.poczta">
<STYLE TYPE="text/css"><!--P {margin:0px}--></STYLE>
</HEAD><BODY>&gt;I have a network camera which sends rtp packed with payload = 100 (H264).<BR>&gt;But the camera also sends some information in rtp packets with a different<BR>&gt;payload type.<BR>&gt;I believe these packets are discarded by live555, but is there a way to get<BR><P>&gt;these packet in my application ?<BR></P><P>Hi,</P><P>I used SetAuxReadHandler() for this purpose - but you get a raw packet, so</P><P>you'll have to parse all RTP headers too, not only payload ( which is good in </P><P>general case, because  you can read RTP extension headers ).</P><P><BR></P><P>Regarding sanyo., did you manage to receive H264 over TCP ( -t option in</P><P>OpenRTSP.exe ) ? It looks like there is something wrong with the current</P><P>TCP tunneling implementation. I've tested it with a few camera models </P><P>( not only sanyo ) and none worked for me ( while the previous versions</P><P>of the library were working ok ). </P><P><BR></P><P>Kamil</P><P><BR></P></BODY></HTML>