Reply To: Transcoding over DAAP dies after a while with svn-1050

#4467
rpedde
Participant

@DylanMuir wrote:

My transcoding script is basically the default one; OGGs go via oggdecode and wavstreamer, WMAs go via mplayer and wavstreamer. When I manually run the transcoding script, wavstreamer dies with a “Read failed.” error. I haven’t run out of space in /tmp, and the permissions there haven’t changed.

Sounds like a fd leak to me. I don’t do if often, but I periodically do a long-running valgrind session under load and see what pops out. If I don’t see a fd leak, then it might be only on an error path or something, and I’ll comb through the transcode stuff to find it.

– Ron