Skip to content

Commit

Permalink
test with smaller video
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Dec 12, 2023
1 parent 3fc8dde commit 883a1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/video_180_lefteyeonly.mp4', type: 'video/mp4'});
this.player.mediainfo = {projection: '360'};

// AUTO is the default and looks at mediainfo
Expand Down

0 comments on commit 883a1e3

Please sign in to comment.