Hi,
My previous question was closed before I could answer : https://community.bitmovin.com/t/generate-dash-manifest-with-segment-list-instead-of-segment-template/2419
The solution given is not working. The result is always an error with the message “Encoding has failed” (Category: UNDEFINED, Code: -1, Text: Unable to determine if the error is retryable.)
The encoding process succeed if I use the default dash manifest, but if I try to add a representation with type List (removing or leaving existing representation), the previous error is thrown.
I tried to create a “custom” manifest : same result when the representation is in type List.
My code is with the C# SDK and the revelant part about the DASH manifest is here :
Please provide a working example to generate a DASH manifest with LIST segment.
It could be very usefull too to have more detailed errors than the generic one I received.
Thanks by advance.