README
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. $Id: README,v 1.6 2001/06/15 00:28:46 chok Exp $
  2. Vovida Software README
  3. Vovida SDP
  4. Release vocal 1.3-RC1(TBD)
  5. 12 June 2001
  6. INTRODUCTION
  7. This is the Vovida implementation of RFC2327 for SIP, MGCP and NCS.
  8. There are a number of things which are not implemented completely
  9. in this version.
  10. For examples:
  11. URI, Email, PhoneNumber, Time Repeat, TimeZoneAdjustment,
  12. EncryptionKey and more
  13. Error handling
  14. What is Implemented:
  15. Enough implementation for a unicast MGCP or SIP voice session
  16. Requirements for NCS
  17. Included in the code is a trival test program SdpTest. Test input
  18. files are in testCases subdirectory.
  19. LICENSE
  20. For information about licensing, please see the LICENSE file in this
  21. directory, or http://www.vovida.org/license.html .
  22. CHANGE SUMMARY
  23. As of 0.1.0
  24. - Replace old implementation under the ../util directory
  25. As of 0.1.1
  26. - Fixed extra 'r' at the end of strings
  27. As of vocal 1.3 RC1(TBD)
  28. - Add support of unknown media types and non-digit media formats
  29. REQUIREMENTS
  30. This software has been successfully compiled with the following tools:
  31.         Linux (Redhat 6.0/i386)
  32.         For hardware support, Linux kernel 2.2.9
  33.         gcc egcs-2.91.66 19990314 (egcs-1.1.2) and gcc-2.95.1
  34.         GNU make 3.76.1
  35.         bash 1.14.7
  36. In theory, the code should build (software only) under any Posix-y OS
  37. with a recent egcs-1.0/gcc-2.9x.
  38. BUILDING
  39. This code should be compiled and linked automatically with other
  40. Vovida sample code that uses it. You can also compile the SdpTest
  41. program by doing "make" in the current directory.
  42. TRYING OUT THE SAMPLE APPLICATION
  43. The sample SdpTest executable should be built in the bin.debug.i686
  44. directory. 
  45. QUESTIONS, FEEDBACK, BUG REPORTS, PATCHES
  46. Your contribution to the code in the form of comments, suggestions,
  47. and code are welcome!
  48. If you have any questions or feedback, please feel free to post them
  49. to the vocal mailing list(mailto:vocal@vovida.org).
  50. Bugs and patches (either bugfix or new functionality) can be entered
  51. to bugzilla at vovida.org site.
  52. Thanks.