<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m trying to write an app that will capture H.264 frames from an IP camera via an RTSP source into an app sink. It’s actually a shared library for a SIP application for video calls. As long as I can extract the H.264 frames and forward them on, I don’t have much to do to get this working.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Here is the pipeline I’m using:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>rtspsrc name=rtspsrc is-live=TRUE location="rtsp://admin:admin@192.168.1.51:554/stream1" latency=100 ! rtph264depay name=depay ! video/x-h264,stream-format=byte-stream,alignment=nal ! appsink name=sink emit-signals=TRUE drop=TRUE<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I seem to be capturing frames ok and I’d even go as far as saying they are valid, but from debug output further up the chain there doesn’t appear to be a reference frames and when I try to view the remote video I just see a black screen (once and only once I saw a broken up image). I have also tried adding the width/height/framerate fields in as well, but that hasn’t helped.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The fact that I don’t think there are any keyframes makes me nervous and perhaps (probably) why the remote side is showing a black screen because it is only receiving difference frames. The camera source is set-up to be 720x480 at 20 fps, iframe interval is 20, VBR 5000 kbps.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='mso-fareast-language:EN-GB'>Regards<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-GB'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-GB'>Gary Metalle<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-GB'>Embedded Software Engineer</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";mso-fareast-language:EN-GB'><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>