stream to file - file size only after stop on hd?!
Posted: 20 Nov 2008 16:11
hello,
i would like to save an stream to hard disk. i used the following commandline:
i must say, that i can see the stream without problems.
if i start, vlc creates a file whith 0 bytes length. after an hour, the file is always 0 bytes and the ram usage by vlc is over 300MB.
if i stop playing, the file have a korrekt file size and is playable. i have tested on vista and windows xp. on both systems the same problem.
a friend of me says, that on his pc the file size was continiously greater.
how can i set, that vlc saves to file continiously without this bad use ob system memory? i have not found any option to set the vlc in this mode.
i not want to transcode.
i hope to found help
thanks
ks
i would like to save an stream to hard disk. i used the following commandline:
Code: Select all
vlc rtsp://172.16.192.169/MPEG4 :nooverlay :rtsp-tcp :no-drop-late-frames :quiet-synchro :no-skip-frames :sout=#duplicate{dst=display,dst=std{access=file,mux=avi,dst='C:\temp\myrecord.avi'}} :ffmpeg-pp-q=1 :vout-filter=deinterlace :deinterlace-mode=blend
if i start, vlc creates a file whith 0 bytes length. after an hour, the file is always 0 bytes and the ram usage by vlc is over 300MB.
if i stop playing, the file have a korrekt file size and is playable. i have tested on vista and windows xp. on both systems the same problem.
a friend of me says, that on his pc the file size was continiously greater.
how can i set, that vlc saves to file continiously without this bad use ob system memory? i have not found any option to set the vlc in this mode.
i not want to transcode.
i hope to found help
thanks
ks