You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you write the address directly, an error message will appear, prompting WebSocket connection to 'ws://127.0.0.1:5001/' failed: Error during WebSocket handshake: Unexpected response code: 200
Is there anything to configure
Can't it be written like this
ffmpeg.run('-i' , 'http://127.0.0.1:5001/upload/202406/11dc85da-4937-473e-9e79-d193bf83902d.mp4'.......)
Can we only do this
ffmpeg.FS(
"writeFile",
"video",
await fetchFile(
"http:xxxx.mp4"
)
)
ffmpeg.run('-i' , 'video'.......)
The text was updated successfully, but these errors were encountered: