[Serdev] CVS:commitlog: rtpproxy Makefile.am main.c rtp.h rtp_server.c rtp_server.h rtpp_defines.h rtpp_log.h rtpp_record.c rtpp_record.h rtpp_session.h rtpp_util.c rtpp_util.h

Maxim Sobolev sobomax at portaone.com
Sun Mar 6 19:03:52 UTC 2005


sobomax     2005/03/06 20:03:52 CET

  SER CVS Repository

  Modified files:
    .                    Makefile.am main.c 
  Added files:
    .                    rtp.h rtp_server.c rtp_server.h 
                         rtpp_defines.h rtpp_log.h rtpp_record.c 
                         rtpp_record.h rtpp_session.h rtpp_util.c 
                         rtpp_util.h 
  Log:
  Update with to be on part with version used internally. This splits out
  functionality into separate modules.
  
  Among major user-visible changes is addition of simple media-server
  functionality, which allows on-demand replacing one of RTP streams in session
  with one generated from local file. This will be used to introduce
  music-on-hold and similar functionality in nathelper later.
  
  Protocol remains backward-compatible, so that version reported by rtpproxy
  so far remains the same.
  
  Changes have been tested on FreeBSD and Linux, users of other arches are
  advised to test and report if there are any problems.
  
  Revision  Changes    Path
  1.2       +3 -1      rtpproxy/Makefile.am
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/Makefile.am.diff?r1=1.1&r2=1.2
  1.22      +348 -499  rtpproxy/main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/main.c.diff?r1=1.21&r2=1.22
  1.1       +75 -0     rtpproxy/rtp.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtp.h?rev=1.1&content-type=text/plain
  1.1       +118 -0    rtpproxy/rtp_server.c (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtp_server.c?rev=1.1&content-type=text/plain
  1.1       +33 -0     rtpproxy/rtp_server.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtp_server.h?rev=1.1&content-type=text/plain
  1.1       +54 -0     rtpproxy/rtpp_defines.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_defines.h?rev=1.1&content-type=text/plain
  1.1       +51 -0     rtpproxy/rtpp_log.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_log.h?rev=1.1&content-type=text/plain
  1.1       +154 -0    rtpproxy/rtpp_record.c (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_record.c?rev=1.1&content-type=text/plain
  1.1       +50 -0     rtpproxy/rtpp_record.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_record.h?rev=1.1&content-type=text/plain
  1.1       +71 -0     rtpproxy/rtpp_session.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_session.h?rev=1.1&content-type=text/plain
  1.1       +162 -0    rtpproxy/rtpp_util.c (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_util.c?rev=1.1&content-type=text/plain
  1.1       +114 -0    rtpproxy/rtpp_util.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_util.h?rev=1.1&content-type=text/plain




More information about the Serdev mailing list