Skip to content

Commit

Permalink
Merge pull request #45 from KasselLabs/develop
Browse files Browse the repository at this point in the history
Migrate video url.
  • Loading branch information
BrOrlandi authored Dec 16, 2020
2 parents 7eb7c81 + a5382ce commit b5bad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/players/EmbeddedVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BUFFERING, PAUSED } from './constants';

// import videoSource from '../../../../../RecorderAssets/westworld-1080p.mp4';

const videoSource = 'https://kl-files.sfo2.cdn.digitaloceanspaces.com/renderer-assets/westworld/westworld-1080p.mp4';
const videoSource = 'https://kassellabs.us-east-1.linodeobjects.com/renderer-assets/westworld/westworld-1080p.mp4';

class EmbeddedVideo extends Component {
static propTypes = {
Expand Down

0 comments on commit b5bad7f

Please sign in to comment.