I have implemented the libx264 codec for video call using pjsip and Im wondering if there is any way to make sure a specific packet has arrived.
Im not talking about frames but I would like to send SEI/SPS/PPS only one time and make sure they arrived on the other side.
At this moment I managed to send the packets but in a real world application I cant know if they will reach the other end.
I could use something to make that signaling by myself but I would lose conpatibility.
My real question is if I can set some flag on the rtp packet or maybe using pjmedia itself to mark the header packets and get a response from the other end when its all good. And of course using something RFC like.
I hope I managed to explain myself and thank you all in advance.
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org