Skip to content

BuddyTV/liteDASH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liteDASH

Motivation is to develop a DASH manifest parser optimized for low resource devices. It is a single pass MPD parser. Using libexpat to parse mpd buffer - no DOM tree created.

Build on Ubuntu

  1. sudo apt-get install -y expat libexpat-dev
  2. cd liteDASH
  3. mkdir build
  4. cd build
  5. cmake ../
  6. make

Run Sample

./test ../test/live1.mpd

License

liteDASH is open source available and licensed under MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%