[MPlayer-users] Using network protocols without global network initialization. Please use avformat_network_init()

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Jun 3 19:09:52 CEST 2015


On Mon, Jun 01, 2015 at 06:34:04PM +1000, andrew wrote:
> On Sun, May 31, 2015 at 11:00:46PM +0200, Rasz wrote:
> 
> > I know it comes from libavformat/network.c, but what does that mean?
> 
> I am also keen to know as this often spams my terminal :)

FFmpeg's libavformat wants you to call a special function when you want to
use any networking protocols.
However it is not generally possible to know if your use of libavformat
will end up using networking protocols or not.
So what libavformat "wants" isn't really possible to do in a sensible
way and thus I have so far just ignored these printouts.
However I guess we would make it happy in the cases where
it is easy (like https:// URLs) and thus reduce the number
of cases where this spam appears.


More information about the MPlayer-users mailing list