<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><DIV>Hi Maz,</DIV>
<DIV> </DIV>
<DIV>I don't know how your H.264 is set, but this works for me:</DIV>
<DIV> </DIV>
<DIV>gst-launch -e rtspsrc location=rtsp://localhost:8554/test ! rtph264depay ! <SPAN class=il>qtmux</SPAN> ! filesink location=test.avi</DIV>
<DIV> </DIV>
<DIV>...this may also work:</DIV>
<DIV> </DIV>
<DIV>gst-launch -e rtspsrc location=rtsp://localhost:8554/test ! rtph264depay ! h264parse ! <SPAN class=il>qtmux</SPAN> ! filesink location=test.avi</DIV>
<DIV> </DIV>
<DIV>Best Regards,</DIV>
<DIV> </DIV>
<DIV>Rob Krakora<BR></DIV></div></body></html>