home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / compress / 3777 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.3 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!rutgers!flop.ENGR.ORST.EDU!gonzalem
  2. From: gonzalem@ucs.orst.edu (M-FORCE)
  3. Newsgroups: comp.compression
  4. Subject: Compression of Raw Binary Data Sent via TCP/IP
  5. Message-ID: <1dkrvrINNtt@flop.ENGR.ORST.EDU>
  6. Date: 9 Nov 92 05:12:27 GMT
  7. Organization: College of Engineering, Oregon State University
  8. Lines: 28
  9. NNTP-Posting-Host: ucs.orst.edu
  10. X-Newsreader: TIN [version 1.1 PL6]
  11.  
  12.  
  13. Greetings all.
  14.  
  15. I have a little project that I am working on.  It deals with the
  16. transmission of huge amounts of raw binary data.. Right now I am using
  17. sound files as my test subject.
  18.  
  19. We are using simple TCP/IP send/recieve routines and I would like to
  20. know what type of compression that we could incorporate into the
  21. program that would deliver good compression with the least impact
  22. upon speed.  So if we were gonna send sound or video what type
  23. of compression would give the best performance.
  24.  
  25. If their happens to be code available we are writing the preliminay
  26. program in Pascal.
  27.  
  28. The transfer rates are as follows:
  29. 11Khz audio file. sending via TCP/IP as fast as we can.
  30.  
  31. Thanks for any help of info that you may be able to provide.
  32.  
  33. Also what other packet schemes would we want to look into.  TCP/IP
  34. has a fair amount of overhead to ensure the proper transmission and
  35. order of recieved packets.  we need that but is their a better way?
  36.  
  37. Thanks
  38.  
  39. Mario Gonzales
  40.