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 attempting to use pixel streaming on Firefox, an error occurs. The issue lies within the metaeditor4-ue package during debugging. Specifically, there is a problem with setting the preferredCodec for the Chrome browser. The relevant code snippet is as follows:
In the above code, the preferredCodec is inferred as a string, which is correct for the Chrome browser. To investigate further, I logged the preferredCodec values for both Chrome and Firefox browsers. Here are the respective console logs:
Describe the bug
When attempting to use pixel streaming on Firefox, an error occurs. The issue lies within the
metaeditor4-ue
package during debugging. Specifically, there is a problem with setting thepreferredCodec
for the Chrome browser. The relevant code snippet is as follows:In the above code, the
preferredCodec
is inferred as astring
, which is correct for the Chrome browser. To investigate further, I logged thepreferredCodec
values for both Chrome and Firefox browsers. Here are the respective console logs:The text was updated successfully, but these errors were encountered: