rconline

Untitled

Jun 18th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. Port 8090
  2. RTSPPort 7654
  3. BindAddress 0.0.0.0
  4. RTSPBindAddress 0.0.0.0
  5. MaxHTTPConnections 2000
  6. MaxClients 1000
  7. MaxBandwidth 1000
  8. CustomLog -
  9.  
  10.  
  11. <Feed feed1.ffm>
  12. File /data/feed1.ffm
  13. ACL allow 127.0.0.1
  14. </Feed>
  15.  
  16.  
  17. <Stream test1.flv>
  18.    Feed feed1.ffm
  19.    Format flv
  20.    VideoCodec libx264
  21.    AVOptionVideo flags +global_header
  22.    VideoSize 800X640
  23.    NoAudio
  24. </Stream>
  25.  
  26.  
  27. ##################################################################
  28. # Special streams
  29.  
  30. # Server status
  31.  
  32. <Stream stat.html>
  33. Format status
  34.  
  35. # Only allow local people to get the status
  36. ACL allow localhost
  37. ACL allow 192.168.0.0 192.168.255.255
  38.  
  39. #FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
  40. </Stream>
Advertisement
Add Comment
Please, Sign In to add comment