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
Kurento overwrites PPID of data channel packets as type "String" even when packet was sent with PPID set to "Binary".
Trying to send binary data on data channel via Kurento to Chrome results in UTF decoding errors in Chrome and therefore never reaches JavaScript onMessage handler.
More details and fix are in this PR: Kurento/kms-elements#42
Prerequisites
These are MANDATORY, otherwise the issue will be automatically closed.
Issue description
Kurento overwrites PPID of data channel packets as type "String" even when packet was sent with PPID set to "Binary".
Trying to send binary data on data channel via Kurento to Chrome results in UTF decoding errors in Chrome and therefore never reaches JavaScript onMessage handler.
More details and fix are in this PR: Kurento/kms-elements#42