Hi! I set up Bevy on a server with ffmpeg installed, but when I try to play something I get "The media could not be loaded, either because the server or network failed or because the format is not supported." in the browser. If I CURL the request I see this:
{"error":true,"message":"Transcoding failed"}
The weird thing is that if I call ffmpeg myself with something like this
Hi! I set up Bevy on a server with ffmpeg installed, but when I try to play something I get "The media could not be loaded, either because the server or network failed or because the format is not supported." in the browser. If I CURL the request I see this:
The weird thing is that if I call ffmpeg myself with something like this
it works. What am I missing? Thanks!