Open okycelt opened 4 years ago
We could add that. One problem is that in JavaScript, these are any kind of value, but that doesn't work well in C++. We'd probably just convert these to strings. So there'd be an array of strings for the data
field.
That should probably be sufficient. Thank you.
As per docs, Shaka Player's
shaka.util.Error
hasvarArgs
. However, there is no way to access these arguments in Shaka Player Embedded'sShakaPlayerError
except parsing theShakaPlayerError.message
string, which is far from ideal. We use it e.g. to get the actual response from Widevine proxy when the player throws the6007 LICENSE_REQUEST_FAILED
error. Would it be possible to somehow supportvarArgs
inShakaPlayerError
?Thanks in advance