Jump to content

Libdash

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Werieth (talk | contribs) at 13:38, 3 October 2013 (Reverted 2 edits by 143.205.174.107 (talk) to last revision by Werieth.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
libdash
Developersbitmovin GmbH, ITEC Team
Initial releaseFebruary 1, 2013 (2013-02-01)
Repository
Written inC++[1]
Operating systemCross-platform
PlatformMulti-platform
TypeMultimedia framework
LicenseGNU LGPL
Websitegithub.com/bitmovin/libdash/

libdash is a open source Library (computing) which provides an object orient (OO) interface to the Dynamic Adaptive Streaming over HTTP standard. It is also the official reference implementation of the ISO/IEC MPEG-DASH standard.[2] The libdash source code is published at github [3] and licensed under the GNU Lesser General Public License 2.1+.[4]

libdash is developed for many operating systems, including GNU/Linux, Mac OS X, Microsoft Windows, Android, iOS, etc..

The project contains a QT-based sample multimedia player that is based on ffmpeg which uses libdash for the playback of DASH streams.

References

  1. ^ "Developer Documentation".
  2. ^ "libdash official MPEG-DASH Reference Software".
  3. ^ "libdash Source Code Repository".