Download and Install live555 version 2008.06.26 on Mac OS X
Thursday the 20th of November, 2008

    live555  most recent diff


    version 2008.06.26

      View the most recent changes for the live555 port at: live555.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for live555.
      The raw portfile for live555 2008.06.26 is located here:
      http://live555.darwinports.com/dports/multimedia/live555/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/live555
      Google
      Web Darwinports.com



      # $Id: Portfile 37851 2008-06-26 09:44:27Z milosh macports.org $

      PortSystem 1.0

      Name: live555
      Version: 2008.06.26
      Category: multimedia
      Maintainers: milosh openmaintainer
      Description: LIVE555 Streaming Media
      Long Description: This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant systems) - can be used to build streaming applications.
      Homepage: http://www.live555.com/liveMedia/
      Platform: darwin
      master_sites ${homepage}public/ macports
      checksums md5 217e064bc81e7ae5de75d34542fab018 sha1 68f0ddbe2199af7627862620083c75acc1a6e477 rmd160 747f1a26461f638d157f7f4cacaf5b6260b03307
      distname live.${version}
      worksrcdir live
      configure.cmd ./genMakefiles
      configure.pre_args {}
      destroot {
      xinstall -d ${destroot}${prefix}/lib
      file copy ${workpath}/live ${destroot}${prefix}/lib/
      }

      platform macosx {
      configure.args macosx
      }
      platform linux {
      configure.args linux
      }

      livecheck.check regex
      livecheck.url ${homepage}public/
      livecheck.regex live\\.(\[0-9a-z.\]+)\\.tar\\.gz

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/live555
      % sudo port install live555
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching live555
      ---> Verifying checksum for live555
      ---> Extracting live555
      ---> Configuring live555
      ---> Building live555 with target all
      ---> Staging live555 into destroot
      ---> Installing live555
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using live555 with these commands:
      %  man live555
      % apropos live555
      % which live555
      % locate live555

     Where to find more information:

    Darwin Ports



    Lightbox this page.