Skip to content

Commit

Permalink
fix(ffmpeg-kit-react-native): upgrade to 6.0.2 and use new test video
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 19, 2024
1 parent 9000c78 commit 84fa619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ffmpeg-kit-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"expo": "^50.0.2",
"expo-splash-screen": "~0.26.3",
"expo-status-bar": "~1.11.1",
"ffmpeg-kit-react-native": "^5.1.0",
"ffmpeg-kit-react-native": "^6.0.2",
"react": "18.2.0",
"react-native": "0.73.2"
},
Expand Down
3 changes: 2 additions & 1 deletion apps/ffmpeg-kit-react-native/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { useMediaInfo, useResolvedValue } from "./useMediaInfo";

export default function App() {
const session = useMediaInfo(
"http://techslides.com/demos/sample-videos/small.mp4"
// See: https://gist.github.com/jsturgis/3b19447b304616f18657
"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
);

if (!session) {
Expand Down

0 comments on commit 84fa619

Please sign in to comment.