Hi Ross,<div><br></div><div>Thank you for your quick response. I think the problem is because: I'm debugging the code under Debug Mode with visual studio 2005.</div><div>When I build the solution under Release Mode, the generated testH264VideoToTransportStream.exe works just fine, there is no problem with the conversion. However, when I build the solution under Debug Mode, the code breaks, with error "Unhandled exception at 0x1024f121 (msvcr80d.dll) in testH264VideoToTransportStream.exe: 0xC00000FD: Stack overflow". It seems like the use of "fflush" in "FileSink::afterGettingFrame" (FileSink.cpp, line:127) has some relationship with this. I'm still trying to figure it out. Any Suggestions?</div>
<div><br></div><div>Thanks very much.</div><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Thu, Jun 21, 2012 at 7:30 AM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div class="im"><div><blockquote type="cite"><div>I'm tring to use the testH264VideoToTransportStream test application to convert **.264 file to **.ts file, and it turns out to have some problems. The conversion cannot be completed. For example, I use the given sample "tc10.264" and rename it as "in.264" as conversion input, this file is 2.6MB; while the output "out.ts" file is only 120KB. It seems like only one framer is converted.</div>
</blockquote><div><br></div></div></div>That's odd; it works just fine for me:<div>in.264 (copied from tc10.264):<span style="white-space:pre-wrap">              2680806</span> bytes</div><div>out.ts:<span style="white-space:pre-wrap">                                             2798756</span> bytes</div>
<span class="HOEnZb"><font color="#888888"><br><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>