سلام
من روی اوبونتو ffserver & ffmpeg رو نصب کردم
الان میخوام در قالب asf فایلامو stream کنم
فایل ffserver.conf من بصورت زیر است:
# Port on which the server is listening. You must select a different
# port from your standard HTTP web server if it is running on the same
# computer.
Port 2020
# Address on which the server is bound. Only useful if you have
# several network interfaces.
BindAddress 0.0.0.0
#RTSPPort 5454
#RTSPBindAddress 0.0.0.0
# Number of simultaneous HTTP connections that can be handled. It has
# to be defined *before* the MaxClients parameter, since it defines the
# MaxClients maximum limit.
MaxHTTPConnections 2000
# Number of simultaneous requests that can be handled. Since FFServer
# is very fast, it is more likely that you will want to leave this high
# and use MaxBandwidth, below.
MaxClients 1000
# This the maximum amount of kbit/sec that you are prepared to
# consume when streaming to clients.
MaxBandwidth 10000
# Access log file (uses standard Apache log file format)
# '-' is the standard output.
CustomLog -
# Suppress that if you want to launch ffserver as a daemon.
NoDaemon
##################################################################
# Definition of the live feeds. Each live feed contains one video
# and/or audio sequence coming from an ffmpeg encoder or another
# ffserver. This sequence may be encoded simultaneously with several
# codecs at several resolutions.
<Feed feed2.ffm>
FileMaxSize 300K
ACL allow 127.0.0.1
ACL allow 192.168.0.0 255.255.255.0
</Feed>
# ASF compatible
<Stream test.asf>
Feed feed2.ffm
Format asf
VideoFrameRate 15
VideoSize 352x240
VideoBitRate 256
VideoBufferSize 40
VideoGopSize 30
AudioBitRate 64
AVOptionAudio flags +global_header
AVOptionVideo flags +global_header
</Stream>
<Redirect index.html>
URL http://www.libav.org/
</Redirect>
فایل روی فید مورد نظر استریم میشه ام قابل پخش نیست
با ویندوز مدیا پلیر امتحان کردم فایلای دیگه از آدرسای دیگه پخش میشه اما روی آدرس من پخش نمیشه!
ممنون میشم اگه کسی میتونه کمکم کنه؟