Search found 3 matches

Go to advanced search

by Gen
14 Dec 2005 09:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory leakage
Replies: 4
Views: 1696

that's my ugly script.. :) if VLC use more memory than 300Mb then it will be killed. After each kill script make 'last_kill' file to know the time of kill. #!/bin/bash SLEEP_TIME=30; while ((1)); do #command to start vlc : vlc --daemon .... start_vlc PID=`ps -C vlc | awk ' ! /PID/ { print $1 ; exit}...
by Gen
13 Dec 2005 09:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory leakage
Replies: 4
Views: 1696

I thing it works worse.. I have 512Mb RAM and 512Mb of swap, stream 4 TV channels and 1 Radio (transcoding it to 128Kbit) from one DVB-S card, system is RH 9.0 with 2.6.14 kernel (I thought there was problem in kernel or old drivers). For streaming I use http access, may be, this is the cause, but i...
by Gen
06 Dec 2005 09:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory leakage
Replies: 4
Views: 1696

Memory leakage

Good day! I have such problem - I'm streaming DVB to network, nothing special, but after some time VLC begin to use more and more memory on my box, until I (or kernel) kill it. I try vlc 0.8.2 and 0.8.4-test2. To start vlc I use: vlc --intf telnet --daemon --ts-es-id-pid --programs 1,2,3,5 dvb: --dv...

Go to advanced search