startupUa.sxt
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # this is a sample startup script for start-xterms for ua's:
  2. # arguments:
  3. # 'Title', 'ssh command', 'geometry', 'command executed by Ctrl-F10'
  4. # note:  the command exectued by Ctrl-F10 is interpreted by the shell -- \n
  5. #        can be used to send a newline.  also, you can send multiple lines by
  6. #        the use of \n as a separator
  7. #
  8. # LOG_EMRG      0
  9. # LOG_ALERT     1
  10. # LOG_CRIT      2
  11. # LOG_ERR       3
  12. # LOG_WARNING   4
  13. # LOG_NOTICE    5
  14. # LOG_INFO      6
  15. # LOG_DEBUG     7
  16. # LOG_DEBUG_STACK 8
  17. "called-ua", '-',  "80x10+512+480",  'cd /root/ldgen/rec\n../ua -v -f ua.rec.cfg\n'
  18. "calling-ua", '-',  "80x10+0+480",    'cd /root/ldgen/call\n../ua -v -f ua.call.cfg\n'