Search found 8 matches

Go to advanced search

by esucmn
14 Jan 2011 10:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4328

Re: Memory consumption increases rapidly when streaming DVB-

For those still following this, I've been doing more work on it. As far as I can tell the problem in my circumstances is that the Mux (modules/mux/mpeg/ts.c) keeps thinking it doesnt have enough data and requesting more. While block_FifoCount( p_input->p_fifo ) <= 1 and ( p_input->p_fmt->i_cat == AU...
by esucmn
02 Apr 2010 23:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4328

Re: Memory consumption increases rapidly when streaming DVB-

I'm still seeing this in 1.0.5 :( PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ PPID CODE DATA COMMAND 5140 systemad 20 0 715m 331m 3572 S 10 4.1 5:31.88 25768 8 560m vlc 13348 systemad 20 0 495m 83m 3668 S 7 1.0 169:02.87 25650 8 338m vlc 15768 systemad 20 0 478m 54m 3568 S 9 0.7 25:14.86 25595 8 3...
by esucmn
26 Mar 2009 18:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4328

Re: Memory consumption increases rapidly when streaming DVB-T

I've not made any progress since then. I'm not sure if it applies to windows too - i dont have the hardware to test atm. If it does we could try posting in the "generic" catagory rather than the linux one since i feeling looking at the post count that fewer people probe these dark depths!
by esucmn
17 Jan 2009 19:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4328

Re: Memory consumption increases rapidly when streaming DVB-T

Ok, all the work i've done on this hasn't helped - I cant spot what the code is doing that it shouldn't/what it isn't doing that it should. Hardware/version of OS made no difference, although i have not as yet changed the tuner card.
by esucmn
08 Jan 2009 19:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4328

Re: Memory consumption increases rapidly when streaming DVB-T

Thats a good point. I dont think I'm goingt o be able to fix this becuase I dont have enough knowledge of the protocols or code involved. I think i'll take the weekend off, and then come back to look at it again next week with a fresh mind and (hopefully!) a new idea :)
by esucmn
05 Jan 2009 20:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4328

Re: Memory consumption increases rapidly when streaming DVB-T

#!/bin/bash valgrind --tool=massif --time-unit=ms \ vlc -vvv -I dummy --ttl 12 \ --programs=4164,4671 \ dvb:// :dvb-adapter=2 :dvb-frequency=505833330 :dvb-bandwidth=8000000 \ --sout-standard-access=udp --sout-standard-mux=ts --sout \ '#std{dst=239.255.1.5,sap,group="BBC",name="BBC O...
by esucmn
05 Jan 2009 19:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4328

Re: Memory consumption increases rapidly when streaming DVB-T

Hi, Thanks for the reply - I ran the following commands concurrently, and they both failed at identical times again: #!/bin/bash valgrind --tool=massif --time-unit=ms \ vlc -vvv -I dummy --ttl 12 --ts-es-id-pid \ --programs=4164 \ dvb:// :dvb-adapter=3 :dvb-frequency=505833330 :dvb-bandwidth=8000000...
by esucmn
05 Jan 2009 00:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Memory consumption increases rapidly when streaming DVB-T
Replies: 22
Views: 4328

Memory consumption increases rapidly when streaming DVB-T

Hi, I've been trying to use VLC to stream DVB-T channels. I have tried this with many versions from 0.8.6d through to the latest version i extracted from git a couple of days ago and i get very similar symptoms in all the versions i've tried. I am starting VLC with commands like: #!/bin/bash vlc -v ...

Go to advanced search