Hello guys,
I was development a game that have a video to introducing the player on the beginning.
I took the video in the youtube and convert it in ogv.
In Godot the video plays without any problem. But when I export the game, the video doesn't start and the Debug screen show a error:
"Error: setfile: Condition ' !file ' is true.
At: modules/theora/videostream_theora.cpp:178"
What can I do? My project really need this video. I hava another way to use? Another type like mp4?