Advertisement
Guest User

Server log, commands, etc

a guest
Apr 24th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. ###################################################################################
  2. ###################################################################################
  3. ## ffserver -f ffserver.conf ##
  4. ###################################################################################
  5. ###################################################################################
  6.  
  7. ffserver version N-52419-gdfdee6c Copyright (c) 2000-2013 the FFmpeg developers
  8. built on Apr 23 2013 20:19:02 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  9. configuration: --enable-avresample --enable-x11grab --enable-gpl --enable-libvorbis --enable-libpulse --enable-librtmp --enable-nonfree --enable-pthreads --enable-libx264 --enable-libfaac --enable-libmp3lame --prefix=/home/luke/ffmpeg
  10. libavutil 52. 27.100 / 52. 27.100
  11. libavcodec 55. 6.100 / 55. 6.100
  12. libavformat 55. 3.100 / 55. 3.100
  13. libavdevice 55. 0.100 / 55. 0.100
  14. libavfilter 3. 60.101 / 3. 60.101
  15. libavresample 1. 1. 0 / 1. 1. 0
  16. libswscale 2. 2.100 / 2. 2.100
  17. libswresample 0. 17.102 / 0. 17.102
  18. libpostproc 52. 3.100 / 52. 3.100
  19. Wed Apr 24 19:03:06 2013 FFserver started.
  20. Wed Apr 24 19:03:12 2013 127.0.0.1 - - [POST] "/feed1.ffm HTTP/1.1" 200 4096
  21. ^C
  22.  
  23. ###################################################################################
  24. ###################################################################################
  25. ## ffmpeg -f x11grab -r 24 -s hd1080 -i :0.0 -vcodec libx264 -b:v 500k -s hd720 \##
  26. ## -f flv http://localhost:8090/feed1.ffm ##
  27. ###################################################################################
  28. ###################################################################################
  29.  
  30. ffmpeg version N-52419-gdfdee6c Copyright (c) 2000-2013 the FFmpeg developers
  31. built on Apr 23 2013 20:19:02 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  32. configuration: --enable-avresample --enable-x11grab --enable-gpl --enable-libvorbis --enable-libpulse --enable-librtmp --enable-nonfree --enable-pthreads --enable-libx264 --enable-libfaac --enable-libmp3lame --prefix=/home/luke/ffmpeg
  33. libavutil 52. 27.100 / 52. 27.100
  34. libavcodec 55. 6.100 / 55. 6.100
  35. libavformat 55. 3.100 / 55. 3.100
  36. libavdevice 55. 0.100 / 55. 0.100
  37. libavfilter 3. 60.101 / 3. 60.101
  38. libavresample 1. 1. 0 / 1. 1. 0
  39. libswscale 2. 2.100 / 2. 2.100
  40. libswresample 0. 17.102 / 0. 17.102
  41. libpostproc 52. 3.100 / 52. 3.100
  42. [x11grab @ 0x34c9a20] device: :0.0 -> display: :0.0 x: 0 y: 0 width: 1920 height: 1080
  43. [x11grab @ 0x34c9a20] shared memory extension found
  44. Input #0, x11grab, from ':0.0':
  45. Duration: N/A, start: 1366844590.095538, bitrate: 1592524 kb/s
  46. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1080, 1592524 kb/s, 24 tbr, 1000k tbn, 24 tbc
  47. No pixel format specified, yuv444p for H.264 encoding chosen.
  48. Use -pix_fmt yuv420p for compatibility with outdated media players.
  49. [libx264 @ 0x34e5980] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  50. [libx264 @ 0x34e5980] profile High 4:4:4 Predictive, level 3.1, 4:4:4 8-bit
  51. [libx264 @ 0x34e5980] 264 - core 123 r2189 35cf912 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=4 threads=6 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=24 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=500 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  52. Output #0, flv, to 'http://localhost:8090/feed1.ffm':
  53. Metadata:
  54. encoder : Lavf55.3.100
  55. Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv444p, 1280x720, q=-1--1, 500 kb/s, 1k tbn, 24 tbc
  56. Stream mapping:
  57. Stream #0:0 -> #0:0 (rawvideo -> libx264)
  58. Press [q] to stop, [?] for help
  59. av_interleaved_write_frame(): Connection reset by peer0.00 bitrate=N/A
  60.  
  61. ###################################################################################
  62. ###################################################################################
  63. ## ffserver.conf: ##
  64. ###################################################################################
  65. ###################################################################################
  66.  
  67. Port 8090
  68. BindAddress 0.0.0.0
  69. MaxHTTPConnections 2000
  70. MaxClients 1000
  71. MaxBandwidth 1000
  72. CustomLog -
  73. NoDaemon
  74.  
  75. <Feed feed1.ffm>
  76. File /tmp/feed1.ffm
  77. FileMaxSize 200K
  78. ACL allow 127.0.0.1
  79. </Feed>
  80.  
  81. # if you want to use mpegts format instead of flv
  82. # then change "live.flv" to "live.ts"
  83. # and also change "Format flv" to "Format mpegts"
  84. <Stream live.flv>
  85. Format flv
  86. Feed feed1.ffm
  87.  
  88. VideoCodec libx264
  89. VideoFrameRate 24
  90. VideoBitRate 500k
  91. VideoSize hd720
  92. AVOptionVideo crf 23
  93. AVOptionVideo preset medium
  94. # for more info on crf/preset options, type: x264 --help
  95. AVOptionVideo flags +global_header
  96. NoAudio
  97. </Stream>
  98.  
  99. ##################################################################
  100. # Special streams
  101. ##################################################################
  102. <Stream stat.html>
  103. Format status
  104. # Only allow local people to get the status
  105. ACL allow localhost
  106. ACL allow 192.168.0.0 192.168.255.255
  107. </Stream>
  108.  
  109. # Redirect index.html to the appropriate site
  110. <Redirect index.html>
  111. URL http://www.ffmpeg.org/
  112. </Redirect>
  113. ##################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement