我在我的应用程序中使用了 HippPegg 代码, 在那里我需要为我的程序获取 FLV 包。 对于这个程序, 我使用 avcodc_ encode_ visual2( ) 。 我的问题是, 函数会创建 AVPacket 包, 它不保留完整的 FLV格式, 只有它的身体。 但我仍然需要它的头。 通常, 另外一个函数 (av_ write_ frame ()) 使它成为它。 我无法在我的应用程序中使用 av_ write_ frame (), 因为它不符合我的要求 。 所以也许有人知道 ffmpeg 库中的函数, 它可以通过 avcodec_ encode_ view 2 将 FLV Hele inceptal 加入创建的包 。
I have a web app. IIS 6. .NET 3.5. I have 2 websites on the web server. One of which is already correctly serving FLVs. The newer one is not. I have added the MIME type information to the HTTP ...