0

これに似たHTTPストリーミングサーバーを実装したい(http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/)しかし、ffmpegによって完全に変換された後にビデオファイルをセグメント化する代わりに、エンコードとセグメント化を同時に実行したいと思います(エンコーダーからの出力ストリームがすぐにセグメンターに送信される場合など)。

ありがとう

lvreiny

4

1 に答える 1

1

This is pretty much what Air Video Server and other similar software are doing. I can't give you an exact solution here, but Air Video is using ffmpeg so it should be possible to make your own solution with ffmpeg as the basis. By looking at the processes while running live conversion on Air Video you will also get the parameters used. Maybe this can help you in the right direction :)

于 2011-10-18T19:20:59.917 に答える