Page 1 of 1

Problem with audio in network stream

Posted: 27 Aug 2010 12:15
by seif
I'm trying open a stream over http. When I open stream a listen audio one or two minutes and audio stop while video it's ok. I have seen statistics and I see how blocks of audio are been receiving but they enter en buffer lost. If I open with mozilla firefox works fine. I have checked with 4000ms of http cache but isn't work.

Audio is streaming with VLC and configuration chain is:
:sout=#transcode{vcodec=theo,vb=400,scale=1,width=640,height=480,acodec=vorb,ab=64,channels=1,samplerate=44100}:http{dst=:8080/test.ogg} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep

I have put debug 2 and all time appears:

Code: Select all

main warning: received buffer in the future

Re: Problem with audio in network stream

Posted: 27 Aug 2010 17:57
by VLC_help
Have you tried other streaming formats?

Re: Problem with audio in network stream

Posted: 28 Aug 2010 12:31
by seif
I have tried with several configuration of codec vorbis and theora, and I always have same result. I checked using codec mp4v and mp4a with ts mux and work in VLC, obviously this configuration doesn't work in Mozilla Firefox due to this, I would prefer codec theora and vorbis.