Hello, MPlayer sometimes refuses playing an asf stream generated by ffserver. When it does, the output is as follows: mplayer -slave -input file=/tmp/mp1 -ao alsa:device=hw=0.0 -vo fbdev2 -fs -zoom -x 768 -y 576 http://localhost:8090/test1.asf -v -idle Player SVN-r30134-snapshot-4.4.1 (C) 2000-2009 MPlayer Team [...] =====> ASF Live stream Cache size set to 2130 KBytes STREAM: [null] http://localhost:8090/test1.asf STREAM: Description: mms and mms over http streaming STREAM: Author: Bertrand, Reimar Doeffinger, Albeu STREAM: Comment: originally based on work by Majormms (is that code still there?) CACHE_PRE_INIT: 0 [0] 0 pre:436224 eof:0 Cache fill: 0.00% (0 bytes) ASF_check: not ASF guid! The stream otherwise is fine, as I can receive it with vlc under linux and windows every time. The problem seems to have something to do with contents of the stream, as it happens periodically: when it 'jumpstarts', I can quit and restart many times and it works every time, when it fails the pattern is the same - fail on each restart. Of course, I've tried disabling guid error detection in asfheader.c :) And, of course, it did me no good. As I said, I have absolutely no problems with vlc (as far as receiving the stream goes, I cannot get it to work on framebuffer, thus MPlayer). SSoo... does anybody have any idea how to fix this? Thanks! -- Regards, ML