Page 1 of 1

last second removed when streaming

Posted: 10 Dec 2013 16:48
by baboom
Hi all,

I'm trying to stream some audio files with VLC 1.1.11 using the next command:

Code: Select all

:sout=#transcode{vcodec=none,acodec=mlaw,ab=192,channels=1,samplerate=24000}:rtp{dst=239.1.0.1,port=5004} :sout-keep
which is an especial codification needed by some devices we use here. The audio sounds ok, however, the last second or so (0.5-1.2 seconds) is not streamed.

I've tried using different codecs and even upgrading VLC to version 2.1.2 but the problem's still there.

I've read in the forum that "the streaming output might be a little buggy" for video and I'd like to know if the same is happening to audio. If so, what should I do to get over the problem?

Any help will be much appreciated.

Ben.

Re: last second removed when streaming

Posted: 10 Dec 2013 20:10
by Jean-Baptiste Kempf
One needs to fix the bug, not much else that you can do.

Re: last second removed when streaming

Posted: 11 Dec 2013 08:02
by baboom
alright, thank you