Results 154 comments of Karl Heyes

FLV wraps the raw aac frames so the routines can already strip the ADTS out, in the case of mp3 they are not stripped out but the specific mpeg alignment...

looks like a stack smash, I suspect in gdb you see something recursive, issue the command bt to see that. also show the output from p *loglist@10 Based on my...

I think this is because of the missing logging section. I have pushed a commit which should prevent those cases. karl.

what exactly is 128k.mp3, a file, stream or just missing? What is clients set to? I presume there is no auth set for the mount karl.

hmm, any info from the error log level 4 when these listeners are getting 403 karl

trying on my build here with that same command yeilds no such result. What follows the 403 as that might pinpoint an exit point karl

wildcard support is available in the KH build, so a default mountpoint would be /\* eg ``` xml /* ... ``` default could be made an alias I suppose but...

you can define a dummy mount to avoid cases like /_.xsl or /images/_ ``` xml /*.xsl /* .... ``` What I'm not sure of yet is if there is a...

having a high frequency of polling might not be a great idea in general but I don't recall any limit that would prevent 15 seconds from being used. Can you...

The difference between distributions will not be a factor from a speed/stability perspective. Threading, and other dependent libraries are similar if not the same and icecast is typically I/O bound....