Dear Sir,<div><br></div><div>I use librtmp to send rtmp packet to rtmp server(FMS3.5/red5/crtmpserver). <span style="font-size: 14px; line-height: 1.5;">The librtmp version is git from server(Mon Sep 23 22:45:29 2013 +0300).</span></div><div><span style="font-size: 14px; line-height: 1.5;">After I use librtmp to send 4.5 hours(time stampe is large 0xffffff)£¬ then rtmp server will send "Netstream.unpublish.success". And I see the server log and found that librtmp's packet is can't accept.</span></div><div><span style="font-size: 14px; line-height: 1.5;"><br></span></div><div>My app is rtmp live stream and the timestamp is from 0 40 80... to 0xffffff and forerver, but then I can only use 4.5 hours and again to connect the server. </div><div>And I use this config to send h264 frame to the server:</div><div><div>        vpacket.m_hasAbsTimestamp = TRUE; <span style="line-height: 1.5; font-size: 14px;">                                                                </span></div><div>        vpacket.m_packetType = RTMP_PACKET_TYPE_VIDEO;                                                            </div><div>        vpacket.m_nChannel = 0x03;                                                                                </div><div>        vpacket.m_headerType = RTMP_PACKET_SIZE_LARGE;                                                            </div><div>        vpacket.m_nTimeStamp = nTimeStamp;                                                                        </div><div>        vpacket.m_nInfoField2 = rtmp->m_stream_id;                                                                </div><div>        vpacket.m_nBodySize = i + size;</div></div><div><br></div><div><span style="font-size: 14px; line-height: 1.5;">So, there is anyone to help me about this problem? </span><span style="line-height: 1.5; font-size: 14px;">Thanks.</span></div><div><br></div><div>-</div><div>Gongfen Qiu</div><div><br></div><div><br></div>