
Description
Hello,
I'm having problems writing new tech and it would be great if there were a functional template with all necessary functions to implement, which triggers to be sent, which parent methods to call, etc.
An "echo" tech ( techOrder: ["echo"]
) could be imagineable for sources of type "videojs/echo"
and it could log when each function is being called. It would help tremendously when writing an initial tech.
The reason I ask is because I'm not able to deduce that simply by looking at the existing tech. In addition, because the existing tech is in this repository, when it's compiled and minified the internal variable names change and when they are needed in subclasses, there are unhelpful errors like a is null
in the javascript console.
Here is an example of tech (youtube,vimeo,dailymotion) that works once, but not when a new source is loaded.
Cheers