Hi,

The video streaming has been much less tested than audio, so it's expected
that there are still a few "glitches" that we are willing to fix. Of
course, it should not fill 2 Go in a few minutes :) However, I just ran
your script with the following file and got a stable memory (about 2% of
mem for 15 min):

http://upload.wikimedia.org/wikipedia/commons/7/75/Big_Buck_Bunny_Trailer_400p.ogg

Do you have the same problem with the file above? Otherwise, could you
please send me (privately) your ogg file?

Cheers,

Samuel.


On Wed, Aug 29, 2012 at 11:54 AM, <laug...@free.fr> wrote:

> 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
>
------------------------------------------------------------------------------
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