<div>Cool. Video is perfect now. ;) It was fun that some phones looks good without correct marker and some phones are totally plays shit. I see discussions about this in another thread and I thought in the h264 rtp spec that the marker is just used as an "early indication" and receivers are not encouraged to render video depending on that.&nbsp;</div><div><br></div><div>Anyway, is that means I have to generate my own rtp header than just set "frame-&gt;m = 1" to set the marker?</div><div><div><br></div><div>also, can you explain a what &nbsp;<span style="color: rgb(0, 33, 98); ">SFF_RTP_HEADER trying to do?</span></div><div><span style="color: rgb(0, 33, 98); "><br></span></div><div><span style="color: rgb(0, 33, 98); ">Thanks a lot.</span></div><div><span style="color: rgb(0, 33, 98); ">7.</span></div></div>
                 
                <p style="color: #A0A0A8;">On Wednesday, July 4, 2012 at 4:23 AM, Anthony Minessale wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>you found a regression, i fixed it in git, see latest</div><div><br></div><div>On Mon, Jul 2, 2012 at 9:56 PM, Seven Du &lt;<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.com</a>&gt; wrote:</div><blockquote type="cite"><div><div>Hi,</div><div><br></div><div>libx264 encoded NALUs exceeding packet window and some phones don't like it</div><div>so I need to manually split with FU-A, I tried frame-&gt;m but looks like all</div><div>packets has marker = 1 even frame-&gt;m = 0;</div><div><br></div><div>by looking at mod_fsv.c, I added the following and generate my own rtp</div><div>header</div><div><br></div><div>switch_set_flag((&amp;vid_frame), SFF_RAW_RTP);</div><div>switch_set_flag((&amp;vid_frame), SFF_PROXY_PACKET);</div><div><br></div><div>but looks like it doens't send my rtp header, switch_rtp.c has a check also</div><div>on SWITCH_RTP_FLAG_RAW_WRITE which I don't see in mod_fsv.c</div><div><br></div><div>fwd = (switch_test_flag(rtp_session, SWITCH_RTP_FLAG_RAW_WRITE) &amp;&amp;</div><div>switch_test_flag(frame, SFF_RAW_RTP)) ? 1 : 0;</div><div><br></div><div><br></div><div>I also tried set SFF_RTP_HEADER, but it tends to send double as packets</div><div>looks</div><div><br></div><div>if (switch_test_flag(frame, SFF_RTP_HEADER)) { in switch_rtp.c doesn't stop</div><div>and what the purpose of this param?</div><div><br></div><div>Any highlights?</div><div><br></div><div>Thanks.</div><div><br></div><div><br></div><div>--</div><div>About: <a href="http://about.me/dujinfang">http://about.me/dujinfang</a></div><div>Blog: <a href="http://www.dujinfang.com">http://www.dujinfang.com</a></div><div>Proj:  <a href="http://www.freeswitch.org.cn">http://www.freeswitch.org.cn</a></div><div><br></div><div>Sent with Sparrow</div><div><br></div><div><br></div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com">http://www.cluecon.com</a></div><div><br></div><div>Join Us At ClueCon - Aug 7-9, 2012</div><div><br></div><div>FreeSWITCH-dev mailing list</div><div><a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a></div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div></div></blockquote><div><br></div><div><br></div><div><br></div><div>-- </div><div>Anthony Minessale II</div><div><br></div><div>FreeSWITCH <a href="http://www.freeswitch.org">http://www.freeswitch.org</a>/</div><div>ClueCon <a href="http://www.cluecon.com">http://www.cluecon.com</a>/</div><div>Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a></div><div><br></div><div>AIM: anthm</div><div>MSN:<a href="mailto:anthony_minessale@hotmail.com">anthony_minessale@hotmail.com</a></div><div>GTALK/JABBER/PAYPAL:<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a></div><div>IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch</div><div><br></div><div>FreeSWITCH Developer Conference</div><div>sip:<a href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a></div><div>googletalk:<a href="mailto:conf+888@conference.freeswitch.org">conf+888@conference.freeswitch.org</a></div><div>pstn:+19193869900</div><div><br></div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com">http://www.cluecon.com</a></div><div><br></div><div>Join Us At ClueCon - Aug 7-9, 2012</div><div><br></div><div>FreeSWITCH-dev mailing list</div><div><a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a></div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>