Currently it is only possible to get segment timestamps but no other.
It is possible to set other granularities in the client and in the api, but it looks like the form data request from the client is not correct.
Looks like the client sets the wrong name (timestamp_granularities.0 / timestamp_granularities.1 instead of timestamp_granularities[]). The request via curl works without problems.
Currently it is only possible to get segment timestamps but no other. It is possible to set other granularities in the client and in the api, but it looks like the form data request from the client is not correct.
Looks like the client sets the wrong name (
timestamp_granularities.0
/timestamp_granularities.1
instead oftimestamp_granularities[]
). The request via curl works without problems.