Greetings! I am trying to configure ffserver for use on an OMAP3 based device. Everything looks like it's working fine: The stats page comes up the links work, etc. But when it comes down to actually playing a stream on another machine, it doesn't work.
I have tried a number of different variations of audio and video file types and codecs, but am having no luck. Here is the barebones config I am working with: Port 8090 MaxHTTPConnections 2000 MaxClients 1000 MaxBandwidth 1000 CustomLog - #NoDaemon # Definition of the live feeds. Each live feed contains one video <Feed feed1.ffm> ffmpeg http://localhost:8090/feed1.ffm File /tmp/feed1.ffm FileMaxSize 200K Launch ffmpeg </Feed> # Definition of Stream <Stream test.asf> Feed feed1.ffm Format mpg AudioBitRate 32 AudioChannels 2 AudioSampleRate 44100 VideoBitRate 64 VideoBufferSize 40 VideoFrameRate 12 VideoSize 160x128 AudioCodec wmapro #VideoCodec wmv3 #NoAudio #NoVideo Preroll 15 </Stream> ################################################################## # Special streams # Server status <Stream stat.html> Format status </Stream> # Redirect index.html to the appropriate site <Redirect index.html> URL http://www.google.com/ </Redirect> any ideas?
_______________________________________________ ffserver-user mailing list ffserver-user@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user