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
It is still difficult to play videos using Video player in Godot 3.3. I even tried it to all other formats (like .ogv) as mentioned in many other similar discussions, but it just doesn't play the video. The app starts, shows a black screen, and quits by itself without giving any error or playing anything on the screen. It is literally shameful for us to not have a feature for playing videos in game. If you research it, this issue has been pending since long, from like Godot v3.2.
Steps to reproduce
Add 2D node to an empty scene.
Add Video Player node to it.
Respect the limitations before adding the video to its 'Stream' field: Size less than 20Mb. (We also need to work to remove this size limit.)
Add the video to 'stream' field.
Play the scene.
See the scene start and quit within 5 seconds.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Until then, bugs are fixed on a best-effort basis. If you absolutely need this feature, you can try to find someone to pay to resolve the issue for you (and hopefully contribute the fix back to Godot so everyone can benefit 🙂).
Godot version
3.3 stable
System information
Windows 10, Ryzen 3700x, 2x RTX 2070 supers
Issue description
Hello,
It is still difficult to play videos using Video player in Godot 3.3. I even tried it to all other formats (like .ogv) as mentioned in many other similar discussions, but it just doesn't play the video. The app starts, shows a black screen, and quits by itself without giving any error or playing anything on the screen. It is literally shameful for us to not have a feature for playing videos in game. If you research it, this issue has been pending since long, from like Godot v3.2.
Steps to reproduce
Add 2D node to an empty scene.
Add Video Player node to it.
Respect the limitations before adding the video to its 'Stream' field: Size less than 20Mb. (We also need to work to remove this size limit.)
Add the video to 'stream' field.
Play the scene.
See the scene start and quit within 5 seconds.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: