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)
compiled from the source code.
can you help me please?
BR
Pierpaolo