I am try to streaming ASF format use RTSP, that use ffplay to play the
streaming.
I got the error message "method DESCRIBE failed: 503 Service Unavailable"
And the server only got the "Mon May 14 17:15:20 2012 192.168.0.53 - -
[DESCRIBE] "rtsp://192.168.0.95:554/live.sdp RTSP/1.0" 200 167
"

My ffserver.conf
<Stream live.asf>
Format asf
Feed feed2.ffm
VideoCodec libx264
VideoFrameRate 30
VideoBitRate 2560
VideoSize hd720
VideoBufferSize 256
VideoGopSize 30
VideoQmin 1
VideoQmax 31
AVOptionVideo flags +global_header

AudioCodec libfaac
AudioBitRate 24
AudioChannels 1
AudioSampleRate 22050
AVOptionAudio flags +global_header
</Stream>

My ffmpeg command
ffmpeg -f alsa -i hw:0,1 -f x11grab -s 1280x720 -i :0.0
http://localhost:8090/feed2.ffm

How can I configure the ffserver.conf to live streaming ASF use RTSP?
_______________________________________________
ffserver-user mailing list
ffserver-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffserver-user

Reply via email to