<div class="gmail_quote">On Wed, May 23, 2012 at 3:52 PM, Thomas CANIPEL (4SH France) <span dir="ltr"><<a href="mailto:thomas.canipel@4sh.fr" target="_blank">thomas.canipel@4sh.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div lang="FR" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">Dear </span>Nikhil,<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p>

<p class="MsoNormal"><span lang="EN-US">I made a simple class extending from IOStream and then I am using it to initialize an MPEG::FILE, in my case I correctly get the ID3v1 field, but for a reason no ID3V2 frames seems to be created.<u></u><u></u></span></p>

<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US">As I am correctly reading from my IOStream I am guessing that ID3v2::FrameFactory is not yet able the create the framelist correctly from the IOStream.<u></u><u></u></span></p>

<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US">Is it planned to support it ?</span></p></div></div></blockquote><div><br></div><div>It should work. FileStream is also just an implementation of IOStream and it works there. Assuming you already have the full file loaded in memory, can you try using ByteVectorStream to make sure it's not a bug in your code?</div>

<div><br></div><div>Lukas</div><div><br></div></div>