Advertisement
Guest User

commands

a guest
Oct 12th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. System
  2. ==============
  3. ffmpeg ---> ffserver <--- ffplay
  4.  
  5. Commands
  6. ==============
  7. - ffmpeg:
  8. ffmpeg -f alsa -ac 1 -ar 16000 -i default -acodec pcm_s16be -f ffm http://localhost:8090/feed1.ffm
  9.  
  10. - ffserver:
  11. ffserver -f ffserver.conf
  12.  
  13. - ffplay:
  14. ffplay http://locaost:8090/test1.wav
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement