~ubuntu-branches/ubuntu/trusty/liblivemedia/trusty

Viewing all changes in revision 14.

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-06-21 11:42:15 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110621114215-wj0sxa7unkle047u
Tags: 2011.06.16-1
* Team upload.
* New upstream release:
  - Updated "AC3AudioRTPSink" and "AC3AudioRTPSource" to conform to RFC4184,
    which defines the RTP payload format for AC-3 audio. Previously, we were
    using a different, incompatible payload format (that had been defined by
    an initial draft document, but which differed from that defined in the
    final RFC.  Unfortunately, this means that older clients that use our
    code - including existing binary versions of VLC and MPlayer - will no
    longer be able to play AC-3/RTP streams from our server (until they are
    rebuilt using this newest version of our library).
  - Updated "AC3AudioStreamFramer" - and added a new class
    "AC3AudioFileServerMediaSubsession" - to support streaming from an AC-3
    audio file. We also added this support to the "testOnDemandRTSPServer"
    demo application, and to the "LIVE555 Media Server" (currently just the
    source code; not the prebuilt binary versions).
  - Moved the definition of "class StreamState" from
    OnDemandServerMediaSubsession.cpp to OnDemandServerMediaSubsession.hh.
    Even though "class StreamState" is used only internally, in the
    implementation of "OnDemandServerMediaSubsession", moving its definition
    to the header file makes it possible for subclasses of
    "OnDemandServerMediaSubsession" to access it.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: