Page 1 of 1

Problems streaming flv " [00000390] main mux warning: "

Posted: 06 Jan 2009 23:55
by airtek
Hi guys , I'm streaming some flv files encoding with mencoder of ffmpeg on my ubuntu 8.04 box.

I encode the files with audio sample rate setted to 11025/22050/44100 that is needed by flv format

But when i stream this files with vlc , using this command

vlc -vvv /home/user/file.flv --sout "#std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=localhost:8120/stream.flv}" --sout-mux-caching=3000

I have always this error in the shell where i launch vlc

Code: Select all

[00000390] main mux warning: late buffer for mux input (102502) [00000390] main mux warning: late buffer for mux input (76522) [00000390] main mux warning: late buffer for mux input (85535) [00000390] main mux warning: late buffer for mux input (50553) [00000390] main mux warning: late buffer for mux input (45566) [00000390] main mux warning: late buffer for mux input (24584) [00000390] main mux warning: late buffer for mux input (5606) [00000390] main mux warning: late buffer for mux input (92668) [00000390] main mux warning: late buffer for mux input (58745) [00000390] main mux warning: late buffer for mux input (52765) [00000390] main mux warning: late buffer for mux input (32786) [00000390] main mux warning: late buffer for mux input (5813) [00000390] main mux warning: late buffer for mux input (12829) [00000390] main mux warning: late buffer for mux input (34438) [00000390] main mux warning: late buffer for mux input (10504)
And I have some issue about flv buffering... the vlc version is the vlc-0.9.8a
compiled from the source code.

can you help me please?

BR

Pierpaolo

Re: Problems streaming flv " [00000390] main mux warning: "

Posted: 02 Aug 2010 05:53
by Cwelle
It seems nobody knows the answer to this. :(

Re: Problems streaming flv " [00000390] main mux warning: "

Posted: 30 Aug 2010 09:20
by sjbohra
Hi, were you be able to sought out this issue?