Page 1 of 1

main debug: waiting decoder fifos to empty

Posted: 19 Nov 2006 13:27
by Mister Floppy
Hi,

I'm using VLC media player for watching video streams within a frequently updated windows media center environment. For example, the online content contains current movie trailers in quick time format ".mov".
I've associated these streamed files with VLC media player so that the tool starts automatically.

Because for some long movie trailers my internet connection speed is not fast enough, I'm using the http://-cache option of VLC media player with a fixed value of 180000 ms, which means that the playing actually starts right after 3 minutes of data have been buffered. This works perfect for the big movie trailers, but not for the ones with a duration less than 3 minutes, here I'm getting an error message "main debug: waiting decoder fifos to empty". So for example, a movie trailer with 2 minutes is buffered for 2 minutes, after that I have to wait for another 1 minute for the playing to start. Wasted time, I think!

Is it possibe to configure VLC media player so that it plays immediately after it detects that there's no more data to be buffered?

Thanks in advance!

Greetings

Mister Floppy

Posted: 30 Nov 2006 23:55
by Mister Floppy
Here are some examples that illustrate my problem:

Video with a duration above 3 minutes
===========================
http://www.ebay-audio.de/marktplatz1/au ... -91981.mov :http-caching=180000

This video has a duration of 7 minutes and 4 seconds. Opening the link as a network stream via VLC media player first buffers 3 minutes, then starts playing. That's okay for my internet connection speed.

Video with a duration less than 3 minutes
=============================
http://www.ebay-audio.de/marktplatz1/au ... -64883.mov :http-caching=180000

This video has a duration of 13 seconds. Opening the link as a network stream via VLC media player first buffers 3 minutes - but not really, because there's only data for 13 seconds to be buffered, for 2 minutes and 47 seconds I'm getting an error message "main debug: waiting decoder fifos to empty". After that wasted time, it starts playing.

Please understand that the use of the http://-cache option of VLC media player with a fixed value of 180000 ms is essential to me.

It would be great if you could configure VLC media player so that it plays immediately after it detects that there's no more data to be buffered. Any suggestion?

Greetings

Mister Floppy