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

Update to v8 #10

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Stop logging verbose events.
  • Loading branch information
asllop committed Sep 9, 2024
commit 1018e8772ccff88c29f009583042058a041f6877
10 changes: 5 additions & 5 deletions src/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default class BitmovinTracker extends nrvideo.VideoTracker {
ev.AirplayAvailable,
ev.AirplayChanged,
ev.AspectRatioChanged,
ev.AudioAdaptation,
//ev.AudioAdaptation,
ev.AudioAdded,
ev.AudioChanged,
ev.AudioDownloadQualityChange,
Expand All @@ -151,7 +151,7 @@ export default class BitmovinTracker extends nrvideo.VideoTracker {
ev.CueUpdate,
ev.DVRWindowExceeded,
ev.Destroy,
ev.DownloadFinished,
//ev.DownloadFinished,
ev.DrmLicenseAdded,
ev.DurationChanged,
ev.Error,
Expand All @@ -175,7 +175,7 @@ export default class BitmovinTracker extends nrvideo.VideoTracker {
ev.Seek,
ev.Seeked,
ev.SegmentPlayback,
ev.SegmentRequestFinished,
//ev.SegmentRequestFinished,
ev.ShowAirplayTargetPicker,
ev.SourceLoaded,
ev.SourceUnloaded,
Expand All @@ -188,14 +188,14 @@ export default class BitmovinTracker extends nrvideo.VideoTracker {
ev.SubtitleEnabled,
ev.SubtitleRemoved,
ev.TargetLatencyChanged,
ev.TimeChanged,
//ev.TimeChanged,
ev.TimeShift,
ev.TimeShifted,
ev.Unmuted,
ev.VRStereoChanged,
ev.VRViewingDirectionChange,
ev.VRViewingDirectionChanged,
ev.VideoAdaptation,
//ev.VideoAdaptation,
ev.VideoDownloadQualityChange,
ev.VideoDownloadQualityChanged,
ev.VideoPlaybackQualityChanged,
Expand Down
Loading