Page 1 of 1

Console VLC (cvlc) exits/crash when http stream changes song

Posted: 29 Apr 2012 19:02
by auxym
Alright, I'm streaming a simple http stream (FLAC muxed in ogg) on my LAN to a linux box in my living that I access via SSH. It seems to work fine, audio plays and all, but vlc dies (or crashes) when the song changes.

My output chain is as follows:

#http{mux=ogg,dst=:11176/stream}

And then I run the following on the linux box

cvlc http://192.168.1.202:11176/stream

Like I said, plays fine, but when the song changes, I get the following error and (target) vlc exits:
vlc: malloc.c:2876: mremap_chunk: Assertion `((size + offset) & (_rtld_global_ro ._dl_pagesize-1)) == 0' failed.
Aborted
Is this a bug? is there any workaround? For what it's worth I've already tried -L to loop, to no avail.

I tested using a windows box as a target, using the GUI, and everything seems to work as expected.