Advertisement
rconline

Untitled

Jun 18th, 2012
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.62 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.    NoAudio
  23. </Stream>
  24.  
  25.  
  26. ##################################################################
  27. # Special streams
  28.  
  29. # Server status
  30.  
  31. <Stream stat.html>
  32. Format status
  33.  
  34. # Only allow local people to get the status
  35. ACL allow localhost
  36. ACL allow 192.168.0.0 192.168.255.255
  37. </Stream>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement