You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an HLS object is cloned via JSON.parse(JSON.stringify(manifest)), the resulting object cannot be stringified. The issue lies in
programDateTime field - This gets converted into string. Need to be converted back to Date before stringify
IV - The buffer gets converted to object. Should be converted back to buffer before stringify
It would be great if the stringify function can handle this internally more efficiently
When an HLS object is cloned via
JSON.parse(JSON.stringify(manifest))
, the resulting object cannot be stringified. The issue lies inIt would be great if the stringify function can handle this internally more efficiently
Here is the sample code to demonstrate this
The text was updated successfully, but these errors were encountered: