mocp 2.4.1 hangs with libavformat

Hi.
As 1st time poster, I'd like to thank Daper for the excellent player.

I've build ffmpeg, and I can use ffplay to play .wma's (but can't seek). The ffmpeg's svn version doesn't have ffmpeg-config, but the moc's configure did found libavformat.

The file list now shows the .wma's files, but when I try to play one, it just hangs.

I'm running slackware 10.2 and moc 2.4.1.

Any tips?
Thanks.

I don't know if this applies to you, but when I try to open a WMA 'my' MOC crashes because the decoder cannot find the symbol 'debug' (logging). I made a small patch that works for me (WMAs now play), you can find it here : http://www.tzi.de/~hiben/moc/

Hi, I have this problem too but decoding HE-AAC in MP4 files.
The music files provided by FAAC are played gratefully (with patch).
But whose encoded by Nero MOC cant play, but FFPlay can!
As I saw from logs :

Ноя 14 08:31:00.501425: ffmpeg.c:266 ffmpeg_decode(): Got 22B packet
Ноя 14 08:31:00.501595: ffmpeg.c:274 ffmpeg_decode(): Decoded 0B
Ноя 14 08:31:00.501655: ffmpeg.c:266 ffmpeg_decode(): Got 22B packet
Ноя 14 08:31:00.501768: ffmpeg.c:274 ffmpeg_decode(): Decoded 0B
Ноя 14 08:31:00.501826: ffmpeg.c:266 ffmpeg_decode(): Got 22B packet
Ноя 14 08:31:00.501938: ffmpeg.c:274 ffmpeg_decode(): Decoded 0B
Ноя 14 08:31:00.501994: ffmpeg.c:266 ffmpeg_decode(): Got 22B packet
Ноя 14 08:31:00.502107: ffmpeg.c:274 ffmpeg_decode(): Decoded 0B
Ноя 14 08:31:00.502163: ffmpeg.c:266 ffmpeg_decode(): Got 22B packet
Ноя 14 08:31:00.502275: ffmpeg.c:274 ffmpeg_decode(): Decoded 0B

server loop hangs and w/o patch moc also hang, with patch moc just skips after while.

This is possibly resolved by SVN r2391.

Seeking within the limitations of the FFmpeg libraries has been
implemented and committed to SVN as r2406.