videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging Warnings and Errors

brandonocasey opened this issue · comments

Should warnings and errors be logged to the console? Do logs to the console from a web worker show up in the main thread? Should there instead be an error/warning event that contains this info so that the user can log/handle appropriately, and in the case of vhs log via videojs.log.

Is this ticket still needed? I would be interested in researching about the problem. Kindly send me pointers to the relevant files and more scenarios to test for and possible implementation ideas to wrap it up.