libdash
libdash copied to clipboard
MPEG-DASH Access Library - Official ISO/IEC MPEG-DASH Reference Implementation
There is a problem storing concrete objects and returning interfaces. Right way is store directly the interface in the class
This fixes what I believe to be an error in the way segment templates are handled if a format tag is provided. According to section 5.3.9.4.4 of ISO/IEC 23009-1:2014, the...
The BlockStream::BlockQueuePeekBytes function fails when the offset is bigger than first block length also, when you have to read data from two or more blocks it calculating wrongly the destination...
Fixed Sample to compile on Ubuntu 21.10
Thanks for all the hard work. The last closed issue is from 2018. One of the unanswered issues asks if the project supports DASH second edition. Mailing list link is...
Hello, I have downloaded the tarball and I can compile libdash without any problem under Visual Studio 2010 (as recommended), but only for Win32. But when I want to build...
When I test libdash_memoryleak_test on Linux (after commenting out the Windows dependency), I got this error at delete(seg). "pure virtual method called error" could happen when a pure virtual function...
In DOMParser::ProcessNode a string returned from xmlTextReaderReadString is freed by delete operator. It should be done with xmlFree. I'm not going to contribute a fix via a pull request because...
on ubuntu 18.04, running `make` for qtsampleplayer results in several deprecation warnings, but fails to compile due to: ```/home/aparks/dash/libdash/libdash/qtsampleplayer/Decoder/LibavDecoder.cpp:257:19: note: suggested alternative: ‘avcodec_send_frame’ this->frame = avcodec_alloc_frame(); ^~~~~~~~~~~~~~~~~~~ avcodec_send_frame [ 18%]...