File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ <h3>How it works</h3>
7171 < script src ="config.js "> </ script >
7272
7373 <!-- Load MoQ publisher library from local copy -->
74- < script src =".. /lib/dist /moq-publisher.iife.js "> </ script >
74+ < script src ="./lib/moq-publisher.iife.js "> </ script >
7575
7676 <!-- Publisher page logic -->
7777 < script >
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ <h4>Stream not loading?</h4>
9393
9494 <!-- Load MoQ player library with video-moq custom element -->
9595 < script
96- src =".. /lib/dist /moq-player.iife.js "
96+ src ="./lib/moq-player.iife.js "
9797 onerror ="console.error('Failed to load moq-player.iife.js') "
9898 onload ="console.log('moq-player.iife.js loaded successfully') "
9999 > </ script >
You can’t perform that action at this time.
0 commit comments