liblivemedia 2011.09.02-1 source package in Ubuntu

Changelog

liblivemedia (2011.09.02-1) unstable; urgency=low

  * Team upload.
  * New upstream release:
    - Updated "MultiFramedRTPSource" to more cleanly handle the situation
      where the sender's SSRC changes.
  * Force close-on-exec flag (Closes: #639007), patch by RĂ©mi Denis-Courmont.
  * Refresh patches.

liblivemedia (2011.08.22-1) unstable; urgency=low

  * Team upload.
  * New upstream release::
    - Updated the "RTSPServer" code to handle a rare condition whereby
      handleRequestBytes() gets called recursively. This can happen only
      when we handle a "DESCRIBE" by re-calling the event loop (e.g., to
      wait for SDP parameters to become available).)  If this happens,
      we need to make sure that we don't delete the "RTSPClientSession"
      object until we leave the outermost call.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:08:00 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liblivemedia_2011.09.02.orig.tar.gz 489.9 KiB ab1462c308807c38f7e0857874262669e3a7e02e225757612f209919175ae142
liblivemedia_2011.09.02-1.debian.tar.gz 65.2 KiB fd315c625ebd8bc5e374fed6e1abde348b1acc51b5101363202966e985211550
liblivemedia_2011.09.02-1.dsc 1.4 KiB e18d790378d00f8048c9378b707ec1187a1a72c49c41948ff97acac7912da33f

View changes file

Binary packages built by this source

liblivemedia-dev: multimedia RTSP streaming library

 The live555.com streaming media code is a set of C++ libraries for multimedia
 streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These
 libraries can be used to build applications to stream, receive and process
 MPEG, H.263+ or JPEG video, several audio codecs, and can easily be extended
 to support additional codecs. They can also be used to build basic RTSP (Real
 Time Streaming Protocol) or SIP (Session Initiation Protocol) clients and
 servers.
 .
 This package contains the headers and static libraries required to build
 applications that use live555.com.

livemedia-utils: multimedia RTSP streaming tools

 The live555.com streaming media code is a set of C++ libraries for multimedia
 streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These
 libraries can be used to build applications to stream, receive and process
 MPEG, H.263+ or JPEG video, several audio codecs, and can easily be extended
 to support additional codecs. They can also be used to build basic RTSP (Real
 Time Streaming Protocol) or SIP (Session Initiation Protocol) clients and
 servers.
 .
 This package contains the live555.com streaming server (live555MediaServer),
 the example programs (openRTSP, playSIP, sapWatch, vobStreamer) and a variety
 of test tools.