videojs-event-tracking icon indicating copy to clipboard operation
videojs-event-tracking copied to clipboard

Track events with VideoJS and keep an eye on performance metrics

Results 9 videojs-event-tracking issues
Sort by recently updated
recently updated
newest added

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies

I'm trying to the performance tracker to fire off via `player.on()`. Adding a "performance" function to the `eventTracking` config works. ``` player.eventTracking({ performance: function(data) { console.log('tracking:performance', data); } }); ```...

## PR Description, what changed? - closes #31 - Adds an event trigger for the performance event

Within the play tracking, the secondsToLoad has been reported to be very high. It is possible that the video is being loaded and not played for a long time. Maybe...

bug

This repo was built without tests for a proof of concept / quick prototyping. Now that a basic outline has been done, write some tests.

enhancement

Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.1 to 4.7.5. Release notes Sourced from socket.io's releases. 4.7.5 Bug Fixes close the adapters when the server is closed (bf64870) remove duplicate pipeline when serving bundle...

dependencies

Hey hey. I was just testing adding this plugin to my player and saw that I wasn't able to get a play (non-firstplay) event to fire. I think the trigger...

Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.2 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...

dependencies

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0. Release notes Sourced from path-to-regexp's releases. Fix backtracking in 1.x Fixed Add backtrack protection to 1.x release (#320) 925ac8e Fix re.exec(&[#39](https://github.com/pillarjs/path-to-regexp/issues/39);/test/route&[#39](https://github.com/pillarjs/path-to-regexp/issues/39);) result (#267) 32a14b0...

dependencies