playback web

This commit is contained in:
2025-10-02 11:08:42 +02:00
parent f78dc64ec9
commit 11adfa3e21
5 changed files with 1073 additions and 507 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import { gutters } from "../../styles";
const RecordedPlayback = ({ route }) => {
const { videoUri, project } = route.params || {};
const songUrl = project?.songUrl || null;
console.log("video uri is : ", videoUri);
const audioPlayer = useAudioPlayer(songUrl ? { uri: songUrl } : undefined);
const videoPlayer = useVideoPlayer(videoUri || null, (p) => {
p.loop = false;