search for: voice06

Displaying 3 results from an estimated 3 matches for "voice06".

2016 Oct 02
1
Segmentation Fault
Hello, I have a Icecast server, source code pulled from git, that constantly segfaults when the playlist stats start populating. I ran GDB on it and got this Program received signal SIGSEGV, Segmentation fault. _dump_stats_to_doc (hidden=0, show_mount=0x0, root=0x676e50) at stats.c:881 881 history = playlist_render_xspf(source_real->history); which falls in line with
2014 Mar 07
1
Possible Metadata Update Bug - Opus
I've noticed with Icecast 2.4 beta5 that my Opus stream is not carrying metadata and when I try to manually set it via the admin page I get: Message : Mountpoint will not accept URL updates Whats odd about this is in the config my Opus mount has the same exact setup as my Vorbis mount however the Vorbis mount is carrying metadata and is allowing updates via the admin page. --------------
2013 Dec 06
3
Possible memory leak in Icecast-2.4-beta3
Putting my hat into the ring as well to report memory leak issues using 2.3.99.3. On Mon, Oct 28, 2013 at 3:30 AM, Luca Cireddu <sardylan at gmail.com> wrote: > Hi all, > Icecast increase memory usage on our server too. > When started, memory usage was about 0.5% of 1GB. > After 2 or 3 months, about 15%. > I tried also to use valgrind to debug icecast sources, but my