transcode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

Re: [transcode-users] reading nuppelvideo-stream from stdin/fifo


To: transcode-users@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [transcode-users] reading nuppelvideo-stream from stdin/fifo
From: Christian Reiniger <creinig@xxxxxxx>
Date: Wed, 4 Sep 2002 09:47:50 +0200
In-reply-to: <200209040037.31605.creinig@mayn.de>
Organization: LGDC (http://sunsite.dk/lgdc/)
References: <200209032144.22152.creinig@mayn.de> <Pine.LNX.4.44-T.0209032227530.263-100000@bitterberg.de> <200209040037.31605.creinig@mayn.de>
User-agent: KMail/1.4.3

On Wednesday 2002-09-04 00:37, Christian Reiniger wrote:

> The problem is that I don't have several nuv files, but one big one
> (~11GB), split into several parts
>
> Having it as one big file also doesn't work - transcode just hangs in
> an endless read() loop once the file is larger than 2G

Ok, found the reason. File offsets are of type int instead of off_t, so 
they overflow when accessing large files (see 
http://www.suse.de/~aj/linux_lfs.html , section "Using LFS"). Shouldn't 
be too difficult to fix...

-- 
Christian Reiniger

"World domination. Fast." (Linus Torvalds about Linux)

_______________________________________________
transcode-users mailing list
transcode-users@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
http://www.theorie.physik.uni-goettingen.de/mailman/listinfo/transcode-users


[Prev in Thread] Current Thread [Next in Thread]