Advertisement
Guest User

Untitled

a guest
Aug 21st, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Port 1935
  2. BindAddress 0.0.0.0
  3. MaxClients 1000
  4. MaxBandwidth 100000
  5. CustomLog -
  6. NoDaemon
  7.  
  8. <Feed feed1.ffm>
  9. File /tmp/feed1.ffm
  10. FileMaxSize 5M
  11. </Feed>
  12.  
  13. <Stream cdtc.ts>
  14. Feed feed1.ffm
  15. Format mpegts
  16.  
  17. AudioCodec libmp3lame
  18. AudioBitRate 16
  19. AudioChannels 1
  20. AudioSampleRate 22050
  21. AVOptionAudio flags +global_header
  22.  
  23. VideoBitRate 800
  24. VideoFrameRate 25
  25. VideoSize 320x240
  26. VideoCodec libx264
  27. AVOptionVideo flags +global_header
  28. </Stream>
  29.  
  30. <Stream statxyz98.html>
  31. Format status
  32. </Stream>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement