<div dir="ltr">Hi guys,
<div><br></div><div>I'm working on a project that uses FFMPEG to fetch still images from a live RTSP video stream and save them to disk. I am using the assemblies aformat/codec-55.dll and the development headers and libs for compilation from ffmpeg-20131120-git-e502783-win64-dev. The whole project is compiled using Managed C++ (Cpp/cli) .NET 4.0 for 64-bit.</div>
<div><br></div><div>I have spent some time creating a simple demo, which all seems to work well with the exception of all the images that are saved are plain black. I have pointed my example to an inline video stream of Big Buck Bunny: <br>
<br></div><div>rtsp://<a href="http://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov">184.72.239.149/vod/mp4:BigBuckBunny_175k.mov</a></div><div><br></div><div>- But the images are always black. Opening the image shows nulls so I think somewhere the video frames aren't being decoded correctly, or I am doing something silly to wipe out the frame data..?</div>
<div><br></div><div>I have tried various things and followed various examples, though  lot of the tutorials out there are using deprecated method calls.</div><div><br></div><div>I hate to paste giant blobs of source code, but it's probably the best way; I really need to get this working soon and would be eternally grateful to anyone who can provide some assistance!</div>
<div><br></div><div>Here is the example code:</div><div><a href="http://pastebin.com/ziYcWaYX" class="vt-p">http://pastebin.com/ziYcWaYX</a><br></div><div><br></div><div>Many thanks in advance for your time.</div><div>Kind regards,</div>
<div>-Tom</div></div>