mosaic 4xvob to TS - memory problem
Posted: 10 Feb 2006 16:29
I've build a mosaic sending 4 different VOB-files to a multicast adress as a TS stream. This works very fine. But each 5 seconds I change 1 of the VOBs to another :
new c1 broadcast enabled
setup c1 input y:\001\01.vob
setup c1 output #duplicate{dst=mosaic-bridge{id=1,height=150,width=200},select=video}
new c2 broadcast enabled
setup c2 input y:\002\01.vob
setup c2 output #duplicate{dst=mosaic-bridge{id=2,height=150,width=200},select=video}
new c3 broadcast enabled
setup c3 input y:\003\01.vob
setup c3 output #duplicate{dst=mosaic-bridge{id=3,height=150,width=200},select=video}
new c4 broadcast enabled
setup c4 input y:\004\01.vob
setup c4 output #duplicate{dst=mosaic-bridge{id=4,height=150,width=00},select=video}
new background broadcast enabled
setup background input fake:
setup background output #transcode{sfilter=mosaic,vcodec=mp2v,vb=1000,scale=1}:bridge-in{delay=400,id-offset=100}:standard{access=udp,mux=ts,url=239.255.0.1,sap,name="mosaic"}
control background play
control c1 play
control c2 play
control c3 play
control c4 play
After each 5 seconds 1 of the 4 channels is changed:
del c1
new channel1 broadcast enabled
setup channel1 input y:\020\01.vob
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=150,width=200},select=video}
control channel1 play
control channel1 seek XX
This runs well on a WIN-XP on a Pentium 4 2,8 with 1 GB of memory. After about 1 hour vlc crashes. The temporary memory of windows increases in this time up to 1.6 GByte.
The mosaic is also running well with a 3x3 matrix with 9 VOBs.
Can somebody help me?
Regards Uli
new c1 broadcast enabled
setup c1 input y:\001\01.vob
setup c1 output #duplicate{dst=mosaic-bridge{id=1,height=150,width=200},select=video}
new c2 broadcast enabled
setup c2 input y:\002\01.vob
setup c2 output #duplicate{dst=mosaic-bridge{id=2,height=150,width=200},select=video}
new c3 broadcast enabled
setup c3 input y:\003\01.vob
setup c3 output #duplicate{dst=mosaic-bridge{id=3,height=150,width=200},select=video}
new c4 broadcast enabled
setup c4 input y:\004\01.vob
setup c4 output #duplicate{dst=mosaic-bridge{id=4,height=150,width=00},select=video}
new background broadcast enabled
setup background input fake:
setup background output #transcode{sfilter=mosaic,vcodec=mp2v,vb=1000,scale=1}:bridge-in{delay=400,id-offset=100}:standard{access=udp,mux=ts,url=239.255.0.1,sap,name="mosaic"}
control background play
control c1 play
control c2 play
control c3 play
control c4 play
After each 5 seconds 1 of the 4 channels is changed:
del c1
new channel1 broadcast enabled
setup channel1 input y:\020\01.vob
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=150,width=200},select=video}
control channel1 play
control channel1 seek XX
This runs well on a WIN-XP on a Pentium 4 2,8 with 1 GB of memory. After about 1 hour vlc crashes. The temporary memory of windows increases in this time up to 1.6 GByte.
The mosaic is also running well with a 3x3 matrix with 9 VOBs.
Can somebody help me?
Regards Uli