mpd-tools
mpd-tools copied to clipboard
DASH MPD tools for Java
In generating #10 I discovered that six of the unit tests did not pass. This was an odd failure. With some extra debugging I traced the failure to be checked...
When you have a long builder sequence, it is sometimes helpful to insert logic into the pipeline to avoid having to step out of the builder to conditionally add an...
I have the following mpd event stream with signal object. Not able to parse this Any plans to include it? ` /DAhAAAAAAAAAP/wEAUAAHZJf+9//gAaXgDAAAAAAADkYSQC
Add support for the `selectionPriority` –added in ISO/IEC 23009- 1:2019– attribute to `AdaptationSet`. This attribute allows the MPD author to specify which AdaptationSet the player should choose when starting playback,...
` AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8IARIQInnrhVmcRGSqLLUy7cqrPiIJNDAwMDAwMDAx AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8IARIQInnrhVmcRGSqLLUy7cqrPiIJNDAwMDAwMDAx AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8IARIQInnrhVmcRGSqLLUy7cqrPiIJNDAwMDAwMDAx AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8IARIQInnrhVmcRGSqLLUy7cqrPiIJNDAwMDAwMDAx AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8IARIQInnrhVmcRGSqLLUy7cqrPiIJNDAwMDAwMDAx AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8IARIQInnrhVmcRGSqLLUy7cqrPiIJNDAwMDAwMDAx AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8IARIQInnrhVmcRGSqLLUy7cqrPiIJNDAwMDAwMDAx AAAAP3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAB8IARIQInnrhVmcRGSqLLUy7cqrPiIJNDAwMDAwMDAx ` java.lang.NullPointerException: Cannot invoke "java.lang.Long.longValue()" becau se the return value of "io.lindstrom.mpd.data.SegmentTemplate.getDuration()" is null how to get this
Additionally, upgrade jackson and set `FAIL_ON_UNKNOWN_PROPERTIES` property to `false` to avoid getting an exception when an unrecognized property is found in mpd (this is the expected behavior according to the...
i'm new to the DASH game - please let me know what has to be corrected. We needed that internally for an MVP so this for sure needs a good...
class io.lindstrom.mpd.data.descriptor.protection.WidewineProtection has a typo and should be changed to io.lindstrom.mpd.data.descriptor.protection.WidevineProtection
Parser should ignore unknown fields in mpd file. instead of throwing exception
Hello there, First of all thank you for putting out this library. It has been very useful to us! This issue is regarding the `ServiceDescription` tag. It seems to be...