انجمن‌های فارسی اوبونتو

لطفاً به انجمن‌ها وارد شده و یا جهت ورود ثبت‌نام نمائید

لطفاً جهت ورود نام کاربری و رمز عبورتان را وارد نمائید

نویسنده موضوع: مشکل در ffserver  (دفعات بازدید: 2096 بار)

0 کاربر و 2 مهمان درحال مشاهده موضوع.

آفلاین sadng11

  • Newbie
  • *
  • ارسال: 1
  • جنسیت : پسر
مشکل در ffserver
« : 07 امرداد 1392، 12:20 ب‌ظ »
سلام
من روی اوبونتو 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>
فایل روی فید مورد نظر استریم میشه ام قابل پخش نیست
با ویندوز مدیا پلیر امتحان کردم فایلای دیگه از آدرسای دیگه پخش میشه اما روی آدرس من پخش نمیشه!
ممنون میشم اگه کسی میتونه کمکم کنه؟