I am try to streaming ASF format use RTSP, that use ffplay to play the streaming.<br>I got the error message "<span style="color:rgb(255,0,0)">method DESCRIBE failed: 503 Service Unavailable</span>"<br>And the server only got the "<span style="color:rgb(255,0,0)">Mon May 14 17:15:20 2012 192.168.0.53 - - [DESCRIBE] "rtsp://<a href="http://192.168.0.95:554/live.sdp">192.168.0.95:554/live.sdp</a> RTSP/1.0" 200 167</span><br>
"<br><br>My ffserver.conf <br><Stream live.asf><br>Format asf<br>Feed feed2.ffm<br>VideoCodec libx264<br>VideoFrameRate 30<br>VideoBitRate 2560<br>VideoSize hd720<br>VideoBufferSize 256<br>VideoGopSize 30<br>VideoQmin 1<br>
VideoQmax 31<br>AVOptionVideo flags +global_header<br><br>AudioCodec libfaac<br>AudioBitRate 24<br>AudioChannels 1<br>AudioSampleRate 22050<br>AVOptionAudio flags +global_header<br></Stream><br><br>My ffmpeg command<br>
ffmpeg -f alsa -i hw:0,1 -f x11grab -s 1280x720 -i :0.0 <a href="http://localhost:8090/feed2.ffm">http://localhost:8090/feed2.ffm</a><br><br>How can I configure the ffserver.conf to live streaming ASF use RTSP?<br>