Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker Implementation with latest library of Dash.js #1

Merged
merged 9 commits into from
Oct 3, 2024
Merged

Conversation

mlychndnnr
Copy link
Contributor

No description provided.

jpradhan-nr
jpradhan-nr previously approved these changes Sep 18, 2024
CHANGELOG.md Show resolved Hide resolved
@@ -0,0 +1 @@
FROM node:7

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we run this in docker?

src/tracker.js Outdated Show resolved Hide resolved
src/tracker.js Show resolved Hide resolved
Copy link

@asllop asllop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

jpradhan-nr
jpradhan-nr previously approved these changes Sep 24, 2024
Copy link

@jpradhan-nr jpradhan-nr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mlychndnnr mlychndnnr dismissed jpradhan-nr’s stale review September 24, 2024 13:51

The merge-base changed after approval.

@@ -0,0 +1,106 @@
// All dash events

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add this into CONSTANTS folder / file

]);

this.player.on("streamInitialized", this.onReady.bind(this));
this.player.on("playbackMetaDataLoaded", this.onDownload.bind(this));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we define the event listener string values as constants and import them from a constants file

@mlychndnnr mlychndnnr merged commit 4e80e7d into main Oct 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants