[FFmpeg-devel] [PATCH 0/4] FFserver configuration

Stefano Sabatini stefasab at gmail.com
Tue Oct 21 12:20:54 CEST 2014


On date Monday 2014-10-20 23:56:58 +0200, Lukasz Marek encoded:
> Some time ago I wanted to setup internet camera streaming via ffserver
> and I faced the same probalem as #1275.
> It was over a year ago, so I don't remember correctly, but a conclusion
> from debugging was that codec's private data are not initialized to their
> defaults. As I remember I was cased by allocating it on stack and
> calling avcodec_get_context_defaults3 without codec.

The other problem is related to the fact that currently it's not
possible to set private options. Ideally we should replace all
hardcoded codec option with a single option AVCodecOption KEY VAL (or
AVVideoOption or AVAudioOption) which would require to extend the
protocol.

[...]
-- 
FFmpeg = Foolish and Fundamental Maxi Peaceful Emblematic Gospel


More information about the ffmpeg-devel mailing list