Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1.  
  2. HttpPort 8090
  3. HttpBindAddress 0.0.0.0
  4. #MaxHTTPConnections 2000
  5. #MaxClients 1000
  6. #MaxBandwidth 1000
  7. CustomLog -
  8.  
  9. <Feed feed1.ffm>
  10. File /tmp/feed1.ffm
  11. FileMaxSize 10M
  12. # Only allow connections from localhost to the feed.
  13. #ACL allow 127.0.0.1
  14. </Feed>
  15.  
  16. <Stream test.mp3>
  17. Feed feed1.ffm
  18. Format mp2
  19. AudioCodec mp2
  20. AudioBitRate 320
  21. AudioChannels 2
  22. AudioSampleRate 44100
  23. NoVideo
  24. </Stream>
  25.  
  26.  
  27.  
  28.  
  29. ##################################################################
  30. # Special streams
  31. # Server status
  32.  
  33. <Stream stat.html>
  34. Format status
  35.  
  36. # Only allow local people to get the status
  37. ACL allow localhost
  38. ACL allow 192.168.0.0 192.168.255.255
  39.  
  40. #FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
  41. </Stream>
  42.  
  43. # Redirect index.html to the appropriate site
  44.  
  45. <Redirect index.html>
  46. URL http://www.ffmpeg.org/
  47. </Redirect>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement