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 Mux Player to latest, pin to ^1 and pin upchunk to ^3 add Mux … #45121

Merged
merged 3 commits into from
Jan 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update Mux Player to latest, pin to ^1 and pin upchunk to ^3 add Mux …
…Data metadata
dylanjha committed Jan 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0e531ddf505ea36094114cf38352cd06018db2ad
4 changes: 2 additions & 2 deletions examples/with-mux-video/package.json
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
},
"dependencies": {
"@mux/mux-node": "^7.0.0",
"@mux/mux-player-react": "^1.4.0",
"@mux/upchunk": "^3.0.0",
"@mux/mux-player-react": "^1",
"@mux/upchunk": "^3",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2 changes: 1 addition & 1 deletion examples/with-mux-video/pages/v/[id].tsx
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ export default function Playback({
loadTwitterWidget
>
<div className="flash-message">This video is ready for playback</div>
<MuxPlayer style={{ width: '100%' }} playbackId={playbackId} />
<MuxPlayer style={{ width: '100%' }} playbackId={playbackId} metadata={{ player_name: "with-mux-video" }} />
<p>
Go{' '}
<Link href="/" legacyBehavior>