Skip to content

Commit

Permalink
temp test codec log
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Dec 12, 2023
1 parent d744739 commit 4a365e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ QUnit.test('playback', function(assert) {
console.log(`Eagle ${this.player.canPlayType('video/mp4;avc1.640028,mp4a.40.2')}`);
console.log(`Ocean ${this.player.canPlayType('video/mp4;avc1.42C01E,mp4a.40.2')}`);

this.player.src({src: 'samples/eagle-360.mp4', type: 'video/mp4'});
this.player.src({src: '/samples/eagle-360.mp4', type: 'video/mp4'});
this.player.mediainfo = {projection: '360'};

// AUTO is the default and looks at mediainfo
Expand All @@ -83,9 +83,7 @@ QUnit.test('playback', function(assert) {
this.player.on('timeupdate', onTimeupdate);

this.player.on([
'playing',
'error',
'play',
'timeupdate'
], (e) => {
console.log(`With plugin: ${e.type} ${this.player.currentTime()}`);
Expand Down

0 comments on commit 4a365e5

Please sign in to comment.