Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 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 test.ts>
  14. Feed feed1.ffm
  15. Format mpegts
  16. VideoFrameRate 25
  17. VideoCodec libx264
  18. VideoSize 320x240
  19. AVOptionVideo flags +global_header
  20. NoAudio
  21. </Stream>
  22.  
  23. <Stream statxyz98.html>
  24. Format status
  25. </Stream>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement