Thanks for your reply Ganesh, I have some questions inline.<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>
<div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">On Server:<br>- SPS and PPS are used to generate sprop_parameter_sets. The 2 parameter sets i.e. SPS and PPS should be encoded in base-64 format with a comma separating the two. Do note that SPS and PPS information should not have the NALU start code. This is passed along with SDP information</div>
</div></div></blockquote><div><br>Thanks a lot, this is a useful information, I didn&#39;t know that the params for the sink class was used for SDP information. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><div><br>- While transmitting using livemedia library, you should strip off the NALU start code i.e. 0x00 00 00 01.  </div></div></div></blockquote>
<div>yes, My framer already discard start sequence .<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">
<div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br>On the receiver end:<br>- You need to gather SPS and PPS from SDP once your media sub-session is created, which involved base64 decoding and adding a NALU start code (dependent on the decoder connected at the output
 of receiver</div></div></div></blockquote><div><br>So I should write it at the beginning of the file like packets?? like 0x00  00 00 01 0xSPS 0x00 00 001 0xPPS??<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br>- You should be receiving data NALU by NALU, but probably need to attach the NALU start code at the starting of each packet received.</div>
</div></div></blockquote><div>Done by live itself :)<br><br>Regards,Steve<br> </div></div><br>