Re: mplayer doesn't update the size of a growing file

Erik Auerswald <[email protected]>
Newsgroups gmane.comp.video.mplayer.user
Message-ID <[email protected]>
Hi,

On Sat, Sep 15, 2018 at 08:55:16PM -0400, The Wanderer wrote:
> On 2018-09-15 at 11:31, arthurpeabody wrote:
> > Quoth The Wanderer:
> [...]
> Another workaround you might try is a FIFO:
>   mkfifo /tmp/videostream.fifo
>   cat output.rip > /tmp/videostream.fifo &
>   mplayer -cache 65536 /tmp/videostream.fifo
> [...]
> This will let you seek within however much of a time range your chosen
> '-cache' value will accommodate. The further back you want to be able to
> go, or the higher bitrate (et cetera) your video stream is, the bigger
> the cache you'll need; however, the bigger the cache you specify, the
> longer will be the delay before playback starts.

The startup delay can be controlled with the -cache-min option.

> Without '-cache', you won't be able to seek backwards at all, or at
> least if you do it won't work as expected.

Seeking may be affected by the -cache-seek-min option.

> [...]

Thanks,
Erik
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
_______________________________________________
MPlayer-users mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.