Hello,

First, thanks for Liquidsoap :  we use it since a long time and it is very 
reliable for the audio streaming we make here.

Now, I try to stream Theora video files : it starts ok  but Liquidsoap process 
memory grows fast .
After 2 or 3 minutes, it takes all the memory (2go),
pc starts  swaping, and then Liquidsoap stop or crash .

Test done on 2 recent pc , both with Debian Squeeze, and Liquidsoap version 
1.0.0 and 1.0.1  compiled manually.

Tested with various Theora files with the same result.

So I wonder if this memory consumption is normal, in which case it would need a 
lot of ram installed, or not ?

Regards

Laurent 


*****************************************************************
This is the test script:

set("log.level", 3)

set("log.stdout", true)

# set("frame.video.width",320)
# set("frame.video.height",240)
#set("frame.video.samplerate",25)


video_live=single("/home/liquidsoap/liquidsoap/ftp_in/bbb.ogg")


output.icecast(%ogg(%vorbis,%theora), id="StreamVideoMon", host = "localhost", 
port = 8000, password = "xxxx",mount="video_monde", icy_metadata="true", 
mksafe(video_live))

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to