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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
event messages (as used by scte35.py) use the version 0 variant of the emsg box. The dashif client has been updated to support version 1 event messages (well, almost, see Dash-Industry-Forum/dash.js#3196) but is hard to test without a ready source for these.
The following diff updates emsg.py to handle both version 0 and version 1 event messages.
Sorry for not reacting to this. I'll try to incorporate this in the new Python3 code. I'll change the code to always return version 1, which I hope is fine?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
event messages (as used by
scte35.py
) use the version 0 variant of theemsg
box. The dashif client has been updated to support version 1 event messages (well, almost, see Dash-Industry-Forum/dash.js#3196) but is hard to test without a ready source for these.The following diff updates
emsg.py
to handle both version 0 and version 1 event messages.The text was updated successfully, but these errors were encountered: