mpd-tools icon indicating copy to clipboard operation
mpd-tools copied to clipboard

DASH MPD tools for Java

Results 6 mpd-tools issues
Sort by recently updated
recently updated
newest added

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...