[Live-devel] File size with OpenRTSP
Ishan Vaishnavi
ishan73 at yahoo.com
Wed Sep 6 11:33:45 PDT 2006
You are hitting standard unix limits for 32 bit
machines I think, since 2^31 = 2 G.
A lot of programs have 2 G limitation for example zip
- unzip.
HTH
Ishan
--- Ross Finlayson <finlayson at live555.com> wrote:
> >Hi all,
> >
> >I am using OpenRTSP like this on my Linux box:
> >
> >openRTSP -F my_file rtsp://my_url
> >
> >to capture a streaming video program.
> >
> >This works very good but the file cannot be bigger
> than 2Go. Why ?
>
> I don't know. The file output code (to implement
> the "FileSink"
> class) uses the standard routines "fopen()" and
> "fwrite()" (and
> doesn't try to seek at all within the file), so I
> don't know why the
> output file would get restricted to 2**31 bytes in
> size, if your OS
> supports larger sizes. What version of Linux are
> you using?
>
> Ross.
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
___________________________________________________________
Copy addresses and emails from any email account to Yahoo! Mail - quick, easy and free. http://uk.docs.yahoo.com/trueswitch2.html
More information about the live-devel
mailing list